henry schrieb:
jquery: 1.2.3
jquery validation plugin: 1.2.1

I have:
<form id="myform" name="myform">
...
</form>

$().ready(){
$("#myform").validate({onfocusout:true});
}


<<<< firebug error message >>>

validator.settings["on" + event.type].call is not a function

on jquery.validate.js line 250


same error msg is thrown with onkeyup as well... Why??
You can pass a function and a boolean-false as the argument to those. What are you trying to achieve with "true"?

Jörn

Reply via email to