Top "Jquery-validate" questions

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

Unrequired property keeps getting data-val-required attribute

This is the model with it's validation: [MetadataType(typeof(TagValidation))] public partial class Tag { } public class TagValidation { [Editable(false)] [HiddenInput(…

asp.net-mvc jquery-validate
jQuery Validate Ignore elements with style

I am using jQuery validate for client side validation and I want to ignore any element that has the style="…

jquery jquery-validate
How can I check for exact length using jQuery Validation?

Using the jQuery Validation plugin to validate forms, how would you confirm that a string is exactly X characters long?

jquery validation jquery-validate
Bootstrap modal 'loaded' event on remote fragment

I'm currently using Twitter Bootstrap modal component and i have an issue where I use jquery validation plugin on input …

javascript asp.net-mvc-4 twitter-bootstrap jquery-validate unobtrusive-validation
jQuery validation trigger error message

I have a kinda wierd problem. I want to trigger a jquery-valdation errormessage on an element even thou it's valid. …

jquery jquery-validate validation
Manual date entry validation for jQuery UI Datepicker maxDate option

I have jQuery datepicker on a page that needs to allow manual entry of the date, but also needs to …

jquery jquery-ui date jquery-validate jquery-ui-datepicker
jquery - how to use errorPlacement for a specific element?

I have checkbox and a text follows it, like; [checkbox] I agree If the checkbox is not clicked when submitting, …

jquery jquery-validate errorplacement
jQuery Validation Plugin - adding rules that apply to multiple fields

I'm using the jQuery Validation plugin: I have several fields in a large form that I want to apply the …

jquery jquery-validate
jQuery UI Dialog validation without using <form> tags

http://bassistance.de/jquery-plugins/jquery-plugin-validation/ looks to be the best jquery validation plugin out there. I can't seem to get …

jquery validation jquery-ui jquery-plugins jquery-validate
How to include JavaScript files by h:outputScript?

I want to use jQuery Validate plugin with JSF for client side form validation. I am finding basic difficulty in …

jquery jsf-2 facelets jquery-validate