Top "Jquery-validate" questions

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

Trigger an event if there are validation errors?

I need to add an handle to any circumstance where a form validation fails. I've read this, that explains that …

jquery asp.net-mvc jquery-validate unobtrusive-validation
Validate Jeditable field

I'm using Jeditable (posting to CakePHP) for input on my page. I want users to only fill in numbers in …

jquery cakephp jquery-validate jeditable
Validating File Upload - Jquery and "Accept" attribute

I am using a form to upload a file. I want only PDF files to be uploaded. This is my …

jquery asp.net-mvc-3 jquery-validate asp.net-mvc-validation
How to use asp.net mvc 3 jquery validate with a jquery dialog that does an ajax submit?

I am using asp.net mvc 3 jquery validate unobstructive javascript. I am trying to write all my validation on the …

jquery asp.net-mvc asp.net-mvc-3 jquery-validate unobtrusive-javascript
Validate a Hidden Field

I'm using MVC3 with unobtrusive validation. I have a field that the user is expected to fill with some data …

asp.net-mvc-3 jquery-validate unobtrusive-validation
jQuery validate only validates one field

I am using jQuery validate to validate a form. I have two text boxes on my form and only the …

javascript jquery jquery-validate
jQuery Validate remote method usage to check if username already exists

I want to validate if username exists in database using jQuery.validate so here's what I have so far: jQuery: $("#…

php jquery mysql jquery-validate username
ASP.NET MVC 4 - Clientside Validation Not Working

I am using Visual Studio 2012 and I cannot get a custom attribute client side logic to work to reproduce at …

jquery asp.net asp.net-mvc-4 jquery-validate unobtrusive-validation
Why I get this JavaScript error with jQuery Validate?

I use jquery.unobtrusive and jquery.validate libraries in asp.net mvc 5 project to validate user registration on client side. …

jquery asp.net-mvc jquery-validate unobtrusive-validation
Open accordion panel on validation error

I am using jQuery accordion to split my forms into several panels and jQquery validation to check the required fields. …

jquery jquery-validate validation jquery-ui-accordion