The reset event fires when the reset button is clicked.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.reset = function(e) { };
|
Javascript (Specification) | |
---|
reset = function (
: jQuery.Event
) { };
|
Parameters
- e
- Standard jQuery event object
See Also
Reference
options type