Wijmo UI for the Web
afterScroll Event
Standard jQuery event object
Information about an event
This is the afterScroll event handler. It is a function called after scrolling to another image.
Syntax
Javascript (Usage) 
$(function () {
    // Set afterScroll event handler function
    $(".selector").wijcarousel({
        afterScroll : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
afterScroll = function ( 
   e : jQuery.Event,
   data : IAfterScrollEventArgs
) { };

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.