I'm getting following error on my firefox-console:
-- [17:01:56.875] TypeError: f.settings[g].call is not a function @ http://localhost:8080/wishwisher/static/plugins/jquery-validation-1.9/js/jquery-validation/jquery.validate.min.js:22
and on chrome:
Uncaught TypeError: Object true has no method 'call' jquery.validate.min.js:22
a jquery.validate.min.js:22
c.extend.validateDelegate jquery.validate.min.js:51
f.event.dispatch jquery-1.7.2.min.js:3
f.event.add.h.handle.i jquery-1.7.2.min.js:3
This when I'm either tabbing out of a field or typing anything inside.
However, submitting an empty required-field results with a correct error-message, which then disappears as soon as the condition is satisfied.
Any ideas where should I look for this error?
Thanks,
Amit
--