
Originally Posted by
ddadmin
There's no easy way unfortunately. This isn't an issue with Ajax Congtent script, but rather, just a pesky limitation of Ajax. Pages fetched via Ajax should they contain run time JavaScripts within it won't run correctly when brought over this way. Ajax basically copies the contents of the external file similar to copying plain text and just dumps it onto the main page. Run Time JavaScript can't just be copied over dynamically and expected to run properly.
There are a few workarounds to this limitation in general, but frankly it's beyond the scope of the type of issues I'd like to support, as it's messy and needs to be custom tailored based on the script in question and your page as well.
Bookmarks