Sunday, December 28, 2008

[jQuery] Re: Disabling behaviour definded in html

I would imagine you should just be able to unbind the onkeyup event
with .unbind()
example
$("#text").unbind('onkeyup');

from there you can attach your own event handlers

No comments: