An insider's view into the dark world of marketing and how to design code with the right side of your brain.
Javascript Function to Run
The crappy thing about html returned from ajax calls is that the returned html doesn't execute any javascript "onload" calls. This function is called on an ajax success AFTER the called html has been placed inside the ajax target div. The function finds any "onload" javascripts inside "script" tags and eval()'s them. This is necessary for wysiwyg editor elements inside returned html from ajax calls as well as multilayer ajax calls.
function core_activate_ajax_scripts(containerObject) {