jquery.validate.unobtrusive.js
I have two submit buttons Back and Continue, when i am clicking Back i don't want jQuery to validate the form.
Why jQuery validation not canceled when i set class = cancel
?
<button name="submit" class="cancel" value="Back">Back</button>
Any thoughts?
similar thing here jQuery Validation plugin: disable validation for specified submit buttons