$(function () { // Set stop event handler function $(".selector").wijslider({ stop : function (e) { } }); });
stop = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set stop event handler function $(".selector").wijslider({ stop : function (e) { } }); });
stop = function ( e : jQuery.Event ) { };