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