var instance; // Type: options instance.expanded = function(e) { };
expanded = function ( e : jQuery.Event ) { };
Supply a callback function to handle the expanded event: $("#element").wijsplitter({ expanded: function () { } }); Bind to the event by type: $("#element").bind("wijsplitterexpanded", function () { });
options type
© 2013 All Rights Reserved.