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