How to move AJAX'd content in Javascript w/ Moovweb SDK? -


so when working moovweb sdk client ajax in content spot, in incorrect area?

i cannot use tritium move content, because area want move inserted after page load!

example:

<div class="where-i-want-to-move-it"></div>  <div class="content-area-i-want-it-moved-from">   <p class="content-i-want-moved">hi! ajaxed in @ later date!</p> </div> 

how can detect p tag added through ajax when cannot control js fire specific event or fire different call back?

one option listen node changes -- see this post -- , assuming can target correct mutation event, move content manually in javascript.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -