$(function () { // Set itemClick event handler function $(".selector").wijcarousel({ itemClick : function (e, data) { } }); });
itemClick = function ( e : jQuery.Event, data : IItemClickEventArgs ) { };
Parameters
- e
- Standard jQuery event object
- data
- Information about an event