[jQuery] Re: [validate] ValidationGroup functionality

2009-02-18 Thread Jörn Zaefferer
Okay, in this case, the groups-option doesn't help. You could try the variations of the required method: http://docs.jquery.com/Plugins/Validation/Methods/required Or follow the login-form example here, implementing similar functionality to the forgot-password-link: http://jquery.bassistance.de/v

[jQuery] Re: [validate] ValidationGroup functionality

2009-02-17 Thread Paresh
Thank you Jörn for the reply. a bit modified code to show what exactly needed... Here I have added a new 2 textboxes and a button now the requirement ( as ASP.NET does) is when "Submit Name" button is pressed then only the group "username" should be validated and if both the textboxes of the group

[jQuery] Re: [validate] ValidationGroup functionality

2009-02-17 Thread Jörn Zaefferer
There is the group-option. See http://docs.jquery.com/Plugins/Validation/validate for details. Specify grouping of error messages. A group consists of an arbitrary group name as the key and a space separated list of element names as the value. Use errorPlacement to control where the group message