$(function () { var returnsValue; // Type: wijtabs // Parameters var index; // Type: undefined returnsValue = $(".selector").wijtabs("select", index); });
function select( index : undefined ) : wijtabs;
Parameters
- index
- The zero-based index of the tab to be selected or the id selector of the panel the tab is associated with.