[jQuery] (validate) equalTo with complex names

2009-10-15 Thread ade
(function(){ $(#registrationDetails).validate({ rules: { emailAddress.email: required email, emailAddress.emailRepeated: { equalTo: #emailAddress.email } } }); }); any help here would be great thanks in advance ade

[jQuery] Re: (validate) equalTo with complex names

2009-10-15 Thread Ade Goddard
Thanks Jaggi Yeah that put me on the right path the below works: $(document).ready(function(){ $(#registrationDetails).validate({ rules: { emailAddress.email: required email, emailAddress.emailRepeated: { equalTo: input[name='emailAddress.email'] } } }); }); thx again Ade

[jQuery] Re: (validate) equalTo with complex names

2009-10-15 Thread Ade Goddard
in jquery... in the FAQ section How do I select an element that has weird characters in its ID? http://docs.jquery.com/Frequently_Asked_Questions eric On Oct 15, 7:36 am, ade ade.godd...@gmail.com wrote: HI Wondered if someone could help. I need to run a equalTo validation check

[jQuery] Re: fireFox + SWF animation bug

2008-05-18 Thread Ade
I'm having the same problem too. *bump* ?? On Apr 16, 7:08 pm, Thomaz [EMAIL PROTECTED] wrote: hello I´m having problems with a flash movie placed in a jQuery animatted div on FireFox (work´s fine on IE6). When the $ animate function is played to resize the container div, the sfw reloads