How to prevent JS processing via Ajax?
Hello,
Is there a way to prevent the processing of embedded Javascripts
within an html page that's called using the Ajax load methods?
// example:
// I want to prevent the scripts in some_html_with_javascript.html
from
// being executed when the page content is loaded
$('#viewer').load("/some_html_with_javascript.html");