Top "Jquery-validate" questions

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

ASP.net MVC 3 jQuery Validation; Disable Unobtrusive OnKeyUp?

Is there a way to disable the jQuery Validation for a certain validator (creditcard) so that it only occurs onblur, …

jquery asp.net-mvc asp.net-mvc-3 jquery-validate
How to Use jquery.Validate with a jquery.multiselect Dropdown?

So the situation is this: attempting to add a dropdown box using the jquery.multiselect plugin on a form that …

jquery jquery-validate multi-select
Styling jQuery Validation with Select2 4.0 and Bootstrap 3+

I have a project that uses Bootstrap 3.3.4, Select2 4.0, and Jquery Validation 1.13.1 I have set the jquery validator defaults to style …

jquery css twitter-bootstrap-3 jquery-validate jquery-select2-4
jQuery Validate on Tab change

I am working with jQuery Validate and Tabs plugins. I wish to validate a particular tab when the user attempts …

jquery jquery-ui jquery-validate jquery-ui-tabs
AJAX Form Submission in jQuery Mobile

I'm trying to submit a simple login form via ajax on a jQuery Mobile site but I'm having trouble. It …

jquery-mobile jquery-validate ajaxform
How to disable jquery validation on keyup and focusout for 1 specific html element when using the unobtrusive validation plugin?

By default, the jQuery validation plugin is attaching validation handlers for focusin, focusout and keyup events. 1 of our validations is …

javascript jquery javascript-events jquery-validate unobtrusive-validation
Localizing jquery validation with asp.net mvc 3

I am using Asp.Net Mvc3 and the unobtrusive jquery validation. I'd like to have my dates validation localized, I …

asp.net-mvc-3 jquery-validate jquery-globalization
MVC3 Unobtrusive Date Validation on a custom formatted date

I have a date field (i'm using the jquery ui datepicker) in a form that I've formatted, like so: ViewModel […

asp.net-mvc asp.net-mvc-3 jquery-validate datepicker unobtrusive-validation
MVC3 Validation - Require One From Group

Given the following viewmodel: public class SomeViewModel { public bool IsA { get; set; } public bool IsB { get; set; } public bool IsC { …

asp.net-mvc asp.net-mvc-3 jquery-validate unobtrusive-validation
How to manually revalidate / trigger validation using unobtrusive jQuery validation?

I have created my own conditional validation attribute to validate my MVC model on both the client and the server …

jquery asp.net-mvc jquery-validate unobtrusive-validation