How come there's submit handler, but no reset handler?
How come there's submit handler, but no reset handler?
In the jQuery API, there is a .submit() method to deal with submit events on forms. However, I want something like that except for reset events. But there is no .reset() method.