You can clone with HTTPS or Subversion.
Just like it ignores explicit false, it should ignores null and undefined since those don't respo…
false
null
undefined
It seems this commit: 37992c1 broke html5 input pattern validation. The pattern should match the …
Fixes #1200
The errorsFor method does not support the "dots" in id. With this patch all the dots in "id" will…
Added mexican postal code
Allow a custom required message using setDefaults
According to official document, remote method should be able to accept string response text. Chan…
Fixes #524 (and #244) without causing #521.
as per comments in #1056
This change doesn't break any existing unit test, but there is no additional tests. It would be g…
New method ‘notEqualTo’ that delegates to the notEqual method and returns the inverted value.
When a remote request is in flight and the remote method is invoked a second time for the same va…
Adding the field name to the submitted map causes it to be considered for processing in the default
submitted
The event triggering the validation (if any) is now being sent to each validation method. I did n…
Still having a problem with the Travis-CI hook. In place JSCoverage the files Run the QUnit suite…
This pull request provides a mechanism to allow the sending of other inputs as data when performi…
The following piece of code in jquery.validate.js, elements() function, explicitly ignores all el…
elements()
I have the following code <form id="myform"> <input type="text" name="name" placeholder="Full Name"
No description available
This patch makes the plugin actually ignore specified fields. Currently (as of jQuery 1.7.2 and V…