jquery validation of comtrols
Posted
by Vinodtiru
on Stack Overflow
See other posts from Stack Overflow
or by Vinodtiru
Published on 2010-04-10T18:58:41Z
Indexed on
2010/04/10
19:03 UTC
Read the original article
Hit count: 483
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.
© Stack Overflow or respective owner