[jQuery] Re: Validation Plug-in Problem

2007-12-10 Thread Rick Faircloth
ilto:[EMAIL PROTECTED] On Behalf Of Jörn > Zaefferer > Sent: Monday, December 10, 2007 4:14 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Validation Plug-in Problem > > > You've just got a typo. Its $("#MC_form"). > > Jörn

[jQuery] Re: Validation Plug-in Problem

2007-12-10 Thread Josh Nathanson
Javascript is case-sensitive, so $("#MC_form") != $("#MC_Form"). -- Josh - Original Message - From: "Jörn Zaefferer" <[EMAIL PROTECTED]> To: Sent: Monday, December 10, 2007 1:13 PM Subject: [jQuery] Re: Validation Plug-in Problem You've just got a typo. Its $("#MC_form"). Jörn

[jQuery] Re: Validation Plug-in Problem

2007-12-10 Thread Jörn Zaefferer
You've just got a typo. Its $("#MC_form"). Jörn

[jQuery] Re: Validation Plug-in Problem

2007-12-10 Thread Rick Faircloth
d the help, Jorn... Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn > Zaefferer > Sent: Monday, December 10, 2007 1:57 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Validation Plug-in Problem >

[jQuery] Re: Validation Plug-in Problem

2007-12-10 Thread Jörn Zaefferer
Hi Rick, $("#MC_Form") returns nothing. Thats why the validation doesn't work. Jörn