In the new version of jQuery validation plugin 1.9 by default validation of hidden fields ignored. I’m using CKEditor for textarea input field and it hides the field and...
I am using the jQuery validation plugin. Great stuff! I want to migrate my existing ASP.NET solution to use jQuery instead of the ASP.NET validators. I am missing a...
How do you create a simple, custom rule using the jQuery Validate plugin (using addMethod) that doesn’t use a regex? For example, what function would create a rule that...
Is there a simple way to change the default error values in the jQuery validation plugin? I just want to rewrite the error messages to be more personal to...