Is there anything that would stop me from using either the latest 1.11.1 release:
http://jqueryvalidation.org/

or even the latest version from Github form 9 days ago:
https://github.com/jzaefferer/jquery-validation

I didn't see anything in the docs here:
https://drupal.org/node/1324764

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

attiks’s picture

I should work with the latest version, let me know if it does and I'll update the lib

attiks’s picture

Did you already had a chance to test this

mgifford’s picture

Sorry, I haven't had a chance.

brockfanning’s picture

I needed at least 1.11.1 to fix this issue: https://github.com/jzaefferer/jquery-validation/issues/624

I figured why not go with the latest version. So here is a patch upgrading to version 1.14.0.

brockfanning’s picture

Status: Active » Needs review
sgohil1’s picture

@brockfanning: I tried to apply the patch and got an error at line# 399 - SyntaxError: expected expression, got ','

EAnushan’s picture

Will we be upgrading to a later version of jquery.validate? I believe version 1.15 is out now, and we're using 1.10.

torotil’s picture

I have also problems with the outdated jquery.validate version. Any chances of updating?

torotil’s picture

Here is a patch for upgrading to 1.19.1.

lokapujya’s picture

FileSize
132.57 KB

Needed to change all:

- $.format()
+ $.validator.format()

within module's JS.

lokapujya’s picture

Component: Documentation » Code
Status: Needs review » Needs work

Needs jquery-validate/changelog.txt updated

torotil’s picture

Status: Needs work » Needs review
FileSize
209.22 KB

Here is a patch for 1.19.5 that also includes the changelog (which is now in changelog.md).