[jQuery] Why is "getScript" not working?
Hi,
For some reason, my call to "getScript" isn't working. I'm calling
$.getScript("draw_modules_script.php", function(){
alert("Script loaded and executed.");
});
The alert statement is never called. I have verified the file name is
correct and even tried specifying the full path (using http://). The
script is probably causing a JS error, but how do I get what that
error is? (No JS errors appear in Firefox).
Thanks, - Dave