Wijmo UI for the Web
scroll Event
Standard jQuery event object
Information about an event
Scroll event handler. This function is called before scrolling occurs.
Syntax
Javascript (Usage) 
$(function () {
    // Set scroll event handler function
    $(".selector").wijsuperpanel({
        scroll : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
scroll = function ( 
   e : jQuery.Event,
   data : IScrollEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.