bapp17.indd 02/17/2015 Page 605
Ta b s
TAB METHODSMETHOD DESCRIPTION RETURN VALUEtabs(options) Makes the selected elements into tabs
(see “Tab Options”).jQuerytabs('destroy') Removes the tabs’ functionality
completely from the document.jQuerytabs('disable') Disables all tabs. jQuerytabs('disable', index) Disables a tab by offset index. To
disable multiple tabs, use the option
method to set the disabled option with
an Array of tab indices.jQuerytabs('enable') Enables all tabs. jQuerytabs('enable', index) Enables a tab by offset index. To
enable multiple tabs, use the option
method to set the disabled option with
an Array of tab indices you wish to
remain disabled.jQuerytabs('load', index) Loads the content of a tab provided via
AJAX programmatically.jQuerytabs('option') Returns an object of key, value pairs
for every set option.Objecttabs('option',
optionName, value)Sets the specifi ed option to the
specifi ed value.jQueryQ
continues