Returns the jQuery object of the tab header.
Syntax
headerElement( n )
Arguments
n
a zero-based index of the tab.
Return value
Returns the jQuery object of the tab header.
Example
Change the title of a tab to "Active tab" in bold.
var tabs = pageObj.getTabs();
tabs.headerElement(1).html('<b>Active tab</b>');
See also: