I have been dynamically loading divs with the jQuery .load(url) method, which loads an html file that contains some divs and script. In that div's markup I have a $.ready script that fires once the div is loaded, and everything works just fine. The only painful thing right now is debugging. If I add a debugger statement in the .ready script, firebug will stop and I'm able to step but the code is not visible in firebug...I only see some json that is evaluated as part of the script being loaded. In other words, I can't debug any script that is evaled by jQuery.
-- 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.
