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

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to