Jörn Zaefferer schrieb:
> Glen Lipka schrieb:
>> Would this work onKeyPress? I think I get where you are going.
>> Struggling. :(
> Sure, just apply the validator on keypress:
> $("form input").keypress(function() {
> $(this).validate();
> });
>
> I you have ideas to make the plugin easier to use, just tell me .-)
>
> -- Jörn
Caution, keypress is fired with every blink of the cursor in IE, even if
you don't really type something in...
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/