wijmo.tabs Namespace > wijtabs type : load Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: wijtabs // Parameters var index; // Type: number returnsValue = $(".selector").wijtabs("load", index); }); |
Javascript (Specification) | |
---|---|
function load( index : number ) : wijtabs; |
//Reload the second tab. $("#element").wijtabs('load', 1);