Using inline javascript and css & load()
Hey guys,
I'm trying to use the load() function to load content from a specific div on another page and insert it in to a div on the current page.
$("#new").load("/Main_Page #source")
It works fine apart from not running any inline javascript that is pulled through.
I have use prototype before and the evalScript parameter takes care of this.
Am I missing something?
Thanks
Paul