[jQuery] unchange() - how does it work?

[jQuery] unchange() - how does it work?


The un<event> can either remove just the handler passed to it as the first
function, or it can remove all events if you pass it no function.