Script File
jq.buildTabbedNav.js ( view )
Available Options
tabClass
A string specifying the class name to assign to the parent UL tag of the list. Default is "tabBar".
current
An integer specifying the tab (ordered by index, base 0) of the tab to be initially set to current state. Default is null.
disabled
An array specifying the tabs (ordered by index, base 0) to be initially set to disabled state. Default is none, denoted as an empty array, [ ].
cornerBG
A string specifying the background color which the tabs overlay. Default value is "#FFF".
cornerRadius
An integer specifying the radius of the tab corners. Default value is 6.
linkAction
A string specifying the intended action of the tab links, displaying modules within the current document ("module") or referencing another page ("page", the default).
Basic Usage
$("ELEMENT").buildTabbedNav();
$("ELEMENT").buildTabbedNav({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9