how to validate controls using jquery?
i develouped one application. i write the client code using jq开发者_开发知识库uery.now i wnat to do the validations for my html controls.pls help me how to validate controls using jquery
Simple common jquery validation.
http://www.webreference.com/programming/javascript/jquery/form_validation/
You may take a look at the jquery validate plugin. And here's a tutorial that will get you started quickly.
精彩评论