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