wijmo.superpanel.wijsuperpanel Namespace > options type : scrolling Event |
Javascript (Usage) | |
---|---|
$(function () { // Set scrolling event handler function $(".selector").wijsuperpanel({ scrolling : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
scrolling = function ( e : jQuery.Event, data : IScrollingEventArgs ) { }; |