Wijmo UI for the Web
reset Event
Standard jQuery event object
The reset event fires when the reset button is clicked.
Syntax
Javascript (Usage) 
$(function () {
    // Set reset event handler function
    $(".selector").wijrating({
        reset : function (e) {
     
        }
    });
});
Javascript (Specification) 
reset = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijrating jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.