Archive for January, 2010

 

Ritesh on Jan 5th, 2010Extending jQuery validation plugin – custom validation

JQuery validation plugin has saved me hours of development time on projects. It contains definitions for most validation tasks that you would need, including AJAX based validations. But if you have to do anything more than the ordinary, you have extend the library yourself. Here’s an example of an extension I wrote : Functionality : [...]