Wijmo UI for the Web
itemClick Event
wijmo.carousel.wijcarousel Namespace > options type : itemClick Event
Standard jQuery event object
Information about an event
This is the itemClick event handler. It is a function called when the image is clicked.
Syntax
$(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
See Also

Reference

options type
wijcarousel jQuery Widget