jquery validation of controls
- by Vinodtiru
Hi ,
I am looking at validation of some text boxes for somethings like required,
minlength, max length, email etc... I am able to get examples that work fine on submit button on page. I want to do this validation on a button click which will only raise a ajax request and not submit of page.
On internet all the sample is found was with submit button. Is there a
easy way to change this code a little bit o make it work for non submit button click or any
new jquery or java plugin to do the same. I am using the jquery.validation.js for now. This works with submit buttons.
Any kind of help with suggestion or help is appreciated. Thanks in advance.