Wijmo UI for the Web
stop Event
wijmo.slider.wijslider Namespace > options type : stop Event
Standard jQuery event object
The stop event is triggered when the user stops sliding the slider thumb.
Syntax
$(function () {
    // Set stop event handler function
    $(".selector").wijslider({
        stop : function (e) {
     
        }
    });
});
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