I am looking at validation of some text boxes for things 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 the Internet all the samples found was with a submit button. Is there an easy way to change this code a little bit to 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.