Wijmo UI for the Web
reset Event
Standard jQuery event object
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 ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.