Reputation: 2368
i develouped one application. i write the client code using jquery.now i wnat to do the validations for my html controls.pls help me how to validate controls using jquery
Upvotes: 0
Views: 2470
Reputation: 3106
Simple common jquery validation.
http://www.webreference.com/programming/javascript/jquery/form_validation/
Upvotes: 1
Reputation: 1038720
You may take a look at the jquery validate plugin. And here's a tutorial that will get you started quickly.
Upvotes: 0