[jQuery] Re: My code is not working getting an error missing )

2009-10-11 Thread jessie
] On Behalf Of jessie Sent: Saturday, October 10, 2009 10:12 PM To: jQuery (English) Subject: [jQuery] Re: My code is not working getting an error missing ) yes the only error now i'm getting is missing } after function body [Break on this error] ) Jess On Oct 11, 12:08 pm, Rick

[jQuery] Re: My code is not working getting an error missing )

2009-10-11 Thread jessie
: [jQuery] Re: My code is not working getting an error missing ) yes the only error now i'm getting is missing } after function body [Break on this error] ) Jess On Oct 11, 12:08 pm, Rick Faircloth r...@whitestonemedia.com wrote: and the only error you're getting

[jQuery] Re: My code is not working getting an error missing )

2009-10-11 Thread Rick Faircloth
the rollover part working? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of jessie Sent: Sunday, October 11, 2009 8:31 AM To: jQuery (English) Subject: [jQuery] Re: My code is not working getting an error missing ) bump* anyone

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Matt Quackenbush
Add a ) to the end. You have to close the opening hover() function call.

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
I'm not sure what the code surrounding your code looks like, but from the code below, it looks like you're missing a ) at the end to close the first ( after .hover ... This should work: $(.button).hover(function() { $(.button).addClass(imgbuttonhover); $(.button).removeClass(imgbutton);

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: My code is not working getting an error missing ) Add a ) to the end. You have to close the opening hover() function call.

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
, to-the-point, answer. :op :o) Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Matt Quackenbush Sent: Saturday, October 10, 2009 9:32 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: My code is not working getting an error missing ) Add

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
the short, to-the-point, answer. :op :o) Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Matt Quackenbush Sent: Saturday, October 10, 2009 9:32 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: My code is not working getting an error missing

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
[mailto:jquery...@googlegroups.com] On Behalf Of jessie Sent: Saturday, October 10, 2009 9:57 PM To: jQuery (English) Subject: [jQuery] Re: My code is not working getting an error missing ) ok thanx guys, except that didn't resolve the problem. I've posted about this before, and still can't get

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread Rick Faircloth
] On Behalf Of jessie Sent: Saturday, October 10, 2009 10:12 PM To: jQuery (English) Subject: [jQuery] Re: My code is not working getting an error missing ) yes the only error now i'm getting is missing } after function body [Break on this error] ) Jess On Oct 11, 12:08 pm, Rick Faircloth r

[jQuery] Re: My code is not working getting an error missing )

2009-10-10 Thread jessie
the bracketing error go away? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of jessie Sent: Saturday, October 10, 2009 10:12 PM To: jQuery (English) Subject: [jQuery] Re: My code is not working getting an error missing ) yes