Good question, and I don't yet have a good solution at hand.
One approach I'd try is to add your own keyup-handler to the input
field, as always cancel the event (return false). That way the event
doesn't get bubbled up to the parent form.
Jörn
On Thu, Jan 29, 2009 at 4:29 PM, simshaun <
[hidden email]> wrote:
>
> 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.