Error message in fb console:

c.Gb is undefined
e);return e}});c.extend(c.Gb[":"],{Eb:...tion(b,c){a=a.replace(RegExp("\\{"+b+
in jquery.validate.min.js?lru1nz

$.validator is undefined
$.validator.classRules = function() { return {}; };
in clientside_validation.js?lru1nz

Comments

attiks’s picture

Can you try with the normal version instead of the minified one?

mibfire’s picture

yes, that was the problem, thx!

attiks’s picture

Assigned: Unassigned » Jelle_S
Status: Active » Needs work
Jelle_S’s picture

Status: Needs work » Fixed

I updated the minified version and everything works as expected now.

mibfire’s picture

The current dev version doesnt contain the updated js version.

Jelle_S’s picture

@mibfire: Looking at the commits (This one and this one), the updated minified js files should be there in both 6.x and 7.x dev versions. Make sure you wait at least 12 hours for d.o to update the dev versions available from the project page. If you don't want to wait that long you can do a direct clone from git (git clone --branch 6.x-1.x http://git.drupal.org/project/clientside_validation.git for the 6.x branch or git clone --branch 7.x-1.x http://git.drupal.org/project/clientside_validation.git for the 7.x branch)

mibfire’s picture

attiks’s picture

Assigned: Jelle_S » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.