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