The buttonClick event is raised when the decrement button
or the increment button is clicked.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set buttonClick event handler function
$(".selector").wijslider({
buttonClick : function (e, args) {
}
});
});
|
Javascript (Specification) | |
---|
buttonClick = function (
: Object,
: IButtonEventArgs
) { };
|
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
See Also
Reference
options type
wijslider jQuery Widget