user601367
user601367

Reputation: 2368

how to validate controls using jquery?

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

Answers (2)

Anand Thangappan
Anand Thangappan

Reputation: 3106

Simple common jquery validation.

http://www.webreference.com/programming/javascript/jquery/form_validation/

Upvotes: 1

Darin Dimitrov
Darin Dimitrov

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

Related Questions