$(function () { // Set scroll event handler function $(".selector").wijsuperpanel({ scroll : function (e, data) { } }); });
Parameters
- e
- Standard jQuery event object
- data
- Information about an event
$(function () { // Set scroll event handler function $(".selector").wijsuperpanel({ scroll : function (e, data) { } }); });