The jQuery Validate plugin is a jQuery plugin by Jörn Zaefferer.
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-validateSo the situation is this: attempting to add a dropdown box using the jquery.multiselect plugin on a form that …
jquery jquery-validate multi-selectI 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-4I 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-tabsI'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 ajaxformBy 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-validationI 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-globalizationI 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-validationGiven 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-validationI 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