Wijmo UI for the Web
stop Event
Standard jQuery event object
The stop event is triggered when the user stops sliding the slider thumb.
Syntax
Javascript (Usage) 
$(function () {
    // Set stop event handler function
    $(".selector").wijslider({
        stop : function (e) {
     
        }
    });
});
Javascript (Specification) 
stop = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
Remarks
please refer: http://api.jqueryui.com/slider/

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.