[jQuery] Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-11 Thread Sune42
Hi Just curious. I am using the Firefox error console for my debugging and I am a bit annoyed to always see the Jquery library errors popping up all the time in the list. Are there any technical reason for why the Jquery library has so many errors? or is it not possible to get rid of them

Re: [jQuery] Are there any specific reason why the Jquery library returns a lot of errors in the Firefoxx error console?

2009-11-11 Thread Richard D. Worth
There shouldn't be any errors if your application is behaving as expected. Sounds like you've got some sort of configuration problem. Perhaps you don't have the latest version of jQuery? Or you're using a plugin that hasn't been updated to work with the version of jQuery you're using? Or maybe