Wijmo UI for the Web
beforeExpand Event
wijmo.expander.wijexpander Namespace > options type : beforeExpand Event
Standard jQuery event object
Occurs before the content area expands. Return false or call event.preventDefault() in order to cancel event and prevent the content area from expanding.
Syntax
$(function () {
    // Set beforeExpand event handler function
    $(".selector").wijexpander({
        beforeExpand : function (e) {
     
        }
    });
});
beforeExpand = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijexpander jQuery Widget