[jQuery] Re: Disable the Firefox Error Console

2007-09-17 Thread quayfee
Hi, As Erik explained jQuery doesn't do anything special to interact with the error console. I found the my issue was being caused by the way I was interacting javascript with a tag elements. Hope that helps you. Cheers Keith 胡争辉 wrote: > > What is the code ? > > 2007/9/15, quayfee <[EMAI

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread 胡争辉
What is the code ? 2007/9/15, quayfee <[EMAIL PROTECTED]>: > > > > Hi All, > > I'm finding that the error console pops up on every .load() call, even if > there are no errors. While it's fine and very helpful for development, I > would like to be able to turn it off as the last stage before puttin

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread quayfee
Hi Erik, Having done some more detailed checking i've narrowed it down to one function rather than the .load() method. I haven't been able to narrow it down further yet, but should be able to sort it. Thanks for comign back to me. Cheers Keith -- View this message in context: http://www.n

[jQuery] Re: Disable the Firefox Error Console

2007-09-15 Thread Erik Beeson
jQuery doesn't do anything in particular to trigger such a thing. Maybe it's something in a firefox extension that you have? --Erik On 9/15/07, quayfee <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I'm finding that the error console pops up on every .load() call, even if > there are no errors. W