jQuery eval of ajax inline script not throwing errors
- by Josh
http://stackoverflow.com/questions/606794/debugging-ajax-code-with-firebug
This question is quite similar, though old and without real answers.
I'm currently putting together an app that has scripts that get loaded in with an ajax request.
An example:
var main = _main.get();
main.load( someurl );
Where someurl is a page that contains an…