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