Top "Jquery-validate" questions

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

How can I use jQuery validation with the "chosen" plugin?

I have some <select> inputs using the chosen plugin that I want to validate as "required" on the …

jquery jquery-validate jquery-chosen
jquery.validate plugin - how to trim values before form validation

I'm using the excellent jquery.validation plugin by Jörn Zaefferer and I was wondering whether there's a easy way …

jquery jquery-validate
jQuery validation in different languages

I've found a pretty good jQuery Validation plugin, it includes different languages (in the localization folder), however I haven't found …

jquery-validate
jQuery Validation plugin - Custom message

I am new to JQuery and am using the JQuery validation plugin. I would like to ask, how to override …

jquery jquery-validate
How to manually enable jQuery validation with ASP.NET MVC

I'm struggling to understand some of the basics of jQuery validation as wired up with ASP.NET MVC. The short …

jquery asp.net-mvc asp.net-mvc-4 jquery-validate unobtrusive-validation
jQuery validate rule ONLY AT SUBMIT

Say i have a form that looks up city, state locations. if the user enters an incorrect city, state, i …

jquery jquery-validate
Unobtrusive Client side validation in MVC4 not working

I have layout page with all scripts as shown below. <!DOCTYPE html> <html lang="en"> <…

jquery asp.net-mvc jquery-validate unobtrusive-validation client-side-validation
Unobtrusive validation in Chrome won't validate with dd/mm/yyyy

I'm trying to use the simplest possible scenario using a date picker in different browsers. I suspect I'm doing something …

jquery jquery-ui jquery-validate datepicker unobtrusive-validation
Required field validation jquery showing error message

I validated some fields in my form.. But i have some issues..If without enter fields it shows error message.. …

javascript jquery jquery-validate requiredfieldvalidator
How to disable dates before today in jquery UI datepicker?

I am making a hotel reservation system i have to disable past dates in jQuery UI datepicker here's the code …

jquery jquery-validate datepicker jquery-ui-datepicker