jQuery.wijmo.wijsplitter Namespace > options type : sized Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.sized = function(e) { }; |
Javascript (Specification) | |
---|---|
sized = function ( e : jQuery.Event ) { }; |
Supply a callback function to handle the sized event: $("#element").wijsplitter({ sized: function () { } }); Bind to the event by type: $("#element").bind("wijsplittersized", function () { });