Wijmo UI for the Web
buttonMouseUp Event
wijmo.slider.wijslider Namespace > options type : buttonMouseUp Event
The jQuery.Event object.
The data with this event.
The buttonMouseUp event is raised when the mouse is up on the decrement button or the increment button.
Syntax
$(function () {
    // Set buttonMouseUp event handler function
    $(".selector").wijslider({
        buttonMouseUp : function (e, args) {
     
        }
    });
});
buttonMouseUp = function ( 
   e : Object,
   args : IButtonEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijslider jQuery Widget