I'm using Firebug to debug some JavaScript files that I've written.
However, a number of the scripts are dynamically loaded by my
original, static JavaScript files only if the user selects portions of
the page which require them.  This is using the jQuery.getScript()
method to do the fetch and execute.

In Firebug's list of scripts, I see all of my statically linked
scripts, and all of my eval'd JSON calls to the server, but I don't
see the dynamically loaded scripts that came across with the jQuery
call.  Am I missing some setting in Firebug ("Show Static, eval and
event Scripts" is selected), or are they not being displayed for some
other reason that I'm missing?

--Greg

--

You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.


Reply via email to