[jQuery] [validate] onkeyup for single field

[jQuery] [validate] onkeyup for single field


This question is in regards to the jQuery validation library
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
Is it possible to turn off onkeyup for a singe field instead of the
entire form?
It'd be cool if I could just put onkeyup=false within the rules array
for that field.