wijmo.carousel.wijcarousel Namespace > options type : afterScroll Event |
Javascript (Usage) | |
---|---|
$(function () { // Set afterScroll event handler function $(".selector").wijcarousel({ afterScroll : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
afterScroll = function ( e : jQuery.Event, data : IAfterScrollEventArgs ) { }; |