Top "Jquery-validate" questions

The jQuery Validate plugin is a jQuery plugin by Jörn Zaefferer.

JQuery.Validate adding dynamic rules with messages

I have a form on which I am using jquery.validate. I initially call validate with a set of rules …

jquery jquery-mobile jquery-validate
jQuery Validation not working in IE7 + IE8

I'm trying to use the jQuery Validation plugin on a form on my website. The form works in FF, Chrome, …

jquery internet-explorer internet-explorer-8 internet-explorer-7 jquery-validate
asp.net mvc client side validation not working?

For some reason my client side validation does not seem to be working: Here is my html: @using (Html.BeginForm("…

c# asp.net asp.net-mvc jquery-validate unobtrusive-validation
jQuery validate plugin require field if another field has a value and vice versa

I am using the jQuery validate plugin to validate my form. I would like to tie several pairs of fields …

jquery jquery-validate
jQuery validation onblur

I am trying to get the jQuery validation working on a webpage I am creating. I have about 6 different fieldsets …

jquery jquery-validate onblur
jquery confirm password validation

I am using jquery for form validation. Rest is well except the confirm password field. Even when the same password …

javascript jquery jquery-validate
Why is <form> being given NoValidate attribute?

Having trouble getting jQuery Validate plugin to play nice. Model public class FooVM { [Required] public string Name { get; set; } } Layout &…

asp.net-mvc html jquery-validate
How to display messages from jQuery Validate plugin inside of Tooltipster tooltips?

I'd like to use the Tooltipster plugin to display form errors generated by the jQuery Validate plugin. jQuery for Validate …

jquery jquery-validate tooltip tooltipster
Why is jQuery Validation adding noValidate attribute?

I'm currently using: <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <script src="//code.…

jquery jquery-validate
jQuery validate plugin on DIV

I am trying to use the validate plugin on a div as shown in the answer to this question: <…

javascript jquery jquery-validate