[jQuery] Re: problem validating form fields using jquery validator plugin

2009-05-11 Thread Mean Mike
does the page where it fails validate from 3ws validate ? it seems to me if the validation code works on a similar page then the problem is not with the validation code. Also does the error console give you any errors ? MM On May 11, 3:08 pm, Krish wrote: > Hey mike, > > Thanks for your quick r

[jQuery] Re: problem validating form fields using jquery validator plugin

2009-05-11 Thread Krish
Hey mike, Thanks for your quick response. but still its not working for me... i tried the same code in a another similar form. its working well there. but when i execute the same code in this page, its not executing. any idea to resolve this would help me a lot... Thanks, Krish On May 11, 11

[jQuery] Re: problem validating form fields using jquery validator plugin

2009-05-11 Thread Mean Mike
according to the documentation "messages" is a property of the rule not a method see http://docs.jquery.com/Plugins/Validation/rules I adjusted your code to reflect that see if that makes it any better mysite.validateFormFields = function() { alert('here'); // its hitting here // va