- 1.0 initial release
- 1.1 added a lot of Accessibility enhancements
- rewrite to use "fn.extend" structure
- added check for existing ids on the content containers to use to proper anchors in the tabs
- 1.1.1 changed the headline markup. thanks to Mike Davies for the hint.
- 1.5 thanks to Dirk Jesse, Ansgar Hein, David Maciejewski and Mike West for commiting patches to this release
- new option syncheights that syncs the heights of the tab contents when the SyncHeight plugin
- is available http://blog.ginader.de/dev/jquery/syncheight/index.php
- fixed the hardcoded current class
- new option tabsListClass to be applied to the generated list of tabs above the content so lists
- inside the tabscontent can be styled differently
- added clearfix and tabcounter that adds a class in the schema "tabamount{number amount of tabs}"
- to the ul containg the tabs so one can style the tabs to fit 100% into the width
- new option "syncHeightMethodName" fixed issue: http://github.com/ginader/Accessible-Tabs/issues/2/find
- new Method showAccessibleTab({index number of the tab to show starting with 0}) fixed issue: http://github.com/ginader/Accessible-Tabs/issues/3/find
- added support for the Cursor Keys to come closer to the WAI ARIA Tab Panel Best Practices http://github.com/ginader/Accessible-Tabs/issues/1/find
- 1.6
- new option "saveState" to allow tabs remember their selected state using cookies requires the cookie plugin: http://plugins.jquery.com/project/Cookie
- changed supported jquery version to 1.4.2 to make sure it's future compatible
- new option "autoAnchor" which allows to add ID's to headlines in the tabs markup that allow direct linking into a tab i.e.: file.html#headlineID
- 1.7
- new option "pagination" that adds links to show the next/previous tab. This adds the following markup to each tab for you to style: