$(function () { // Set buttonMouseOver event handler function $(".selector").wijslider({ buttonMouseOver : function (e, args) { } }); });
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
$(function () { // Set buttonMouseOver event handler function $(".selector").wijslider({ buttonMouseOver : function (e, args) { } }); });