You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing a javascript error in Firebug when I try to use validation-on-rails:
An invalid or illegal string was specified" code: "12
G()
v2.standalone.full.min.js?1266554981()
var addDOMLoadEvent=(function(){var F=...ElementsByTagName("input")[0]:A)}}});
Not a very helpful error...
I ran v2.standalone.full.min.js though a Javascript beautifier here http://jsbeautifier.org/ and now it says:
An invalid or illegal string was specified" code: "12
$msg()
v2.standalone.full.js?1266556506()
v2.Validator.get(A).setMessage(arguments[0][A])
Slightly better, but I still have no idea.
The text was updated successfully, but these errors were encountered:
I'm seeing a javascript error in Firebug when I try to use validation-on-rails:
Not a very helpful error...
I ran v2.standalone.full.min.js though a Javascript beautifier here http://jsbeautifier.org/ and now it says:
Slightly better, but I still have no idea.
The text was updated successfully, but these errors were encountered: