Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Set itemClick event handler function
    $(".selector").wijcarousel({
        itemClick : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.