jquery - Make Firebug output errors somewhere persistent -
I have some errors in my javascript, for which it should open a dialog with an image (works) and then Call the JQZoom plugin (does not work) on the image that I think is causing some error in the firebug console, preventing my code from clicking on the hypertext link and then preventing the browser from going to another page. > False return. However, since some JQZoom fails with the call, it never reaches returned false code , which causes the page to switch and then I can not see what was wrong there.
How to maintain firebug output errors somewhere? Or can I find the latest errors somewhere?
You do not know any way to do whatever I ask for your Javascript with firebug Code can be debuged, just put some breakpoints before executing the code, then move through them
Comments
Post a Comment