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