jquery validation of comtrols
- 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…