[jQuery] Re: missing ) after argument list error

2008-09-22 Thread switch13
Can anyone tell my why this might not work in a separate .js file but it does work from the firebug debugger? On Sep 19, 5:45 pm, switch13 [EMAIL PROTECTED] wrote: FF2 and I also tried IE6. The class is not getting added. That error is appearing in FireBug. Funny thing is, when I test it in

[jQuery] Re: missing ) after argument list error

2008-09-22 Thread Michael Geary
Do we get to see this mystery .js file? Gonna be hard to guess what's wrong otherwise. From: switch13 Can anyone tell my why this might not work in a separate .js file but it does work from the firebug debugger? ... I can't see why this wouldn't work:

[jQuery] Re: missing ) after argument list error

2008-09-22 Thread Ryura
Well, what's the rest of your code? The snippet you've provided is fine, so there must be an issue with another code. On Sep 22, 6:59 pm, switch13 [EMAIL PROTECTED] wrote: Can anyone tell my why this might not work in a separate .js file but it does work from the firebug debugger? On Sep 19,

[jQuery] Re: missing ) after argument list error

2008-09-19 Thread Aaron Heimlich
Works fine for me (Firefox 3 on Mac OS X). What browser gave you that error? On Fri, Sep 19, 2008 at 4:13 PM, switch13 [EMAIL PROTECTED] wrote: I can't see why this wouldn't work: $('h1:contains(test)').parents('body').addClass(test_class); -- Aaron Heimlich Web Developer [EMAIL

[jQuery] Re: missing ) after argument list error

2008-09-19 Thread switch13
FF2 and I also tried IE6. The class is not getting added. That error is appearing in FireBug. Funny thing is, when I test it in the script window under the watch tab in firebug it works fine. On Sep 19, 5:35 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: Works fine for me (Firefox 3 on Mac OS X).