Top "Jquery-validate" questions

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

JQuery Validate Dropdown list

I'm using the validation plugin from here. I'm trying force the user to select an option in the drop down …

jquery html validation drop-down-menu jquery-validate
jQuery Validation using the class instead of the name value

I'd like to validate a form using the jquery validate plugin, but I'm unable to use the 'name' value within …

javascript jquery html css jquery-validate
Validate Dynamically Added Input fields

I have used this jquery validation plugin for the following form. <script src="http://code.jquery.com/jquery-latest.js"&…

javascript jquery html jquery-validate
MVC 4 client side validation not working

Can anyone tell me why client side validation is not working in my MVC 4 application. _layout.schtml @Scripts.Render("~/bundles/…

jquery asp.net-mvc-4 jquery-validate unobtrusive-validation
$("#form1").validate is not a function

<script type="text/javascript"> <!-- $(document).ready(function() { $("#form1").validate({ rules: { budget: { required: true, minlength:3 } , duration: { required: …

jquery jquery-validate
jQuery validate Uncaught TypeError: Cannot read property 'nodeName' of null

I have the following code: $(document).ready ( function () { $.validator.addMethod( "lessThan", function (value, element, param) { // bind to the blur event …

validation jquery-validate
jQuery Validate Plugin - Trigger validation of single field

I've got a form that can optionally be pre-populated via facebook connect. Once a user connects, their name and email …

javascript jquery validation jquery-validate
When form is validated, how to SCROLL to the first error instead of jumping?

I've seen many questions with variations on this theme, but I'm looking for the straightforward solution: HTML form, jQuery validation, …

jquery jquery-validate scrollto
jQuery validation plugin error: TypeError: validator is undefined

Here is html code for the form: <form method="post" id="login" action="/login"> <div class="login-element"&…

jquery jquery-validate
How to validate array of inputs using validate plugin jquery

Am new to jquery validation plugin but i would like to know how do we validate array of input boxes …

jquery jquery-validate