$(function () { // Set beforeExpand event handler function $(".selector").wijexpander({ beforeExpand : function (e) { } }); });
beforeExpand = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set beforeExpand event handler function $(".selector").wijexpander({ beforeExpand : function (e) { } }); });
beforeExpand = function ( e : jQuery.Event ) { };