I\'m putting together some demo pages, and one of the things I want to demonstrate involves fetching HTML fragments dynamically with subsequent processing. Thus I\'ve got si
Had the same issue in Safari+Firefox:
The alert in code below does not run:
$.getScript('script.js', function () { alert("Script loaded and executed."); })
Loading an external file instead of script.js will run.