License.txt
24 lines
| 1 | About SimpleTabs |
| 2 | |
| 3 | Author: Fotis Evangelou |
| 4 | License: GNU/GPL v2 |
| 5 | Credits: |
| 6 | |
| 7 | Peter-Paul Koch for the "cookie" handling functions. More on: http://www.quirksmode.org/js/cookies.html |
| 8 | Simon Willison for the "addLoadEvent" function. More on: http://simonwillison.net/2004/May/26/addLoadEvent/ |
| 9 | |
| 10 | Release changelog |
| 11 | |
| 12 | v1.3 (released June 25th, 2009): |
| 13 | - Fixed "recurring divs in content" bug. If your tab contents included div tags, the tabs would break due to a faulty div tag count. Thanks to Sebastian L?scher (www.ddfriends.de) for providing the very simple fix! |
| 14 | - Separated all CSS classes at the top of the script, in case you need to modify them to suit your HTML/CSS structure. |
| 15 | v1.2: Fixed stupid IE syntax error which caused the script to break in IE browsers. |
| 16 | v1.1: Namespaced the entire script |
| 17 | |
| 18 | Features to come |
| 19 | |
| 20 | Remember last accessed tab for all tab sets on the same page |
| 21 | Enable tab selection via URL anchor |
| 22 | Add a loading indicator for the tab panes |
| 23 | |
| 24 |