I’m using jQuery to perform ajax callback and deal with lot of objects (over 150). Somewhere in my code there’s function causing the FF browser to show this message:
A script on this page may be busy, or it may have stopped responding.
You can stop the script now, or you can continue to see if the script will complete.
Script: mylocalserver/website/Scripts/jquery1.6.2.min.js:16
I need a way to know which script causes this to happen. If I can use firebug to do it, how could I use it?
You have probably a infinite loop. 150 object is not so much (if they are not so big).