Wijmo UI for the Web
buttonMouseDown Event
wijmo.slider.wijslider Namespace > options type : buttonMouseDown Event
The jQuery.Event object.
The data with this event.
The buttonMouseDown event is raised when the mouse is down on the decrement button or the increment button.
Syntax
$(function () {
    // Set buttonMouseDown event handler function
    $(".selector").wijslider({
        buttonMouseDown : function (e, args) {
     
        }
    });
});
buttonMouseDown = 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