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