I’m trying to debug my js code on my page that includes a jQuery file using Firebug (I’m new to jQuery..and Firebug kinda). However, Firebug is only showing me the 8k+ lines of jQuery code, and doesn’t show my code anywhere. Where can I find my code? And is there a way to skip over certain external script files? I tried unchecking the file in the “filename” dropdown in the Script panel, but that doesn’t do anything.
Thanks
Update: I just realized that when I include the external jQuery file, my inline js code, which is defined right after in <head>, isn’t even recognized/compiled. None of my event handlers are defined or anything ><
And when I include the jquery file after my inline js code, my inline code is compiled and there, but my whole form is missing!! WTH is going on!?
Have you tried clicking the following button?