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