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