wijmo.expander.wijexpander Namespace > options type : beforeExpand Event |
Javascript (Usage) | |
---|---|
$(function () { // Set beforeExpand event handler function $(".selector").wijexpander({ beforeExpand : function (e) { } }); }); |
Javascript (Specification) | |
---|---|
beforeExpand = function ( e : jQuery.Event ) { }; |