$(function () { var returnsValue; // Type: wijtabs // Parameters var index; // Type: number returnsValue = $(".selector").wijtabs("enableTab", index); });
function enableTab( index : number ) : wijtabs;
Parameters
- index
- The zero-based index of the tab to be enabled.