Wijmo UI for the Web
scroll Event
wijmo.superpanel.wijsuperpanel Namespace > options type : scroll Event
Standard jQuery event object
Information about an event
Scroll event handler. This function is called before scrolling occurs.
Syntax
$(function () {
    // Set scroll event handler function
    $(".selector").wijsuperpanel({
        scroll : function (e, data) {
     
        }
    });
});
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