jQuery AJAX Validation Using The Validity Plugin

Posted by schnieds on ASP.net Weblogs See other posts from ASP.net Weblogs or by schnieds
Published on Wed, 02 Jun 2010 17:50:00 GMT Indexed on 2010/06/02 17:55 UTC
Read the original article Hit count: 513

Filed under:
|
|

Input validation is one of those areas that most developers view as a necessary evil. We know that it is necessary and we really do want to ensure that we get good input from our users. But most of us are lazy (me included) and input validation is one of those things that gets done but usually is a quick and dirty implementation. This is partly due to laziness and partly do to input validation being painful.

Thanks to the amazing jQuery Validity plug in, input validation can be really slick, easy and robust enough to work any any scenario. I specifically like the Validity plugin because it supports jQuery AJAX input validation. Other input validation implementations that I have worked with require a form post to take place. However, if you are using jQuery.ajax methods then there isn’t a form and you need to validate the formless input. [Read More]

Aaron Schnieder

http://www.churchofficeonline.com

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about ASP.NET MVC