https://github.com/integralist/tabbed-interface
A basic tab-interface
https://github.com/integralist/tabbed-interface
Last synced: 9 months ago
JSON representation
A basic tab-interface
- Host: GitHub
- URL: https://github.com/integralist/tabbed-interface
- Owner: Integralist
- Created: 2011-10-19T09:00:01.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T14:25:06.000Z (almost 14 years ago)
- Last Synced: 2025-06-23T08:48:57.632Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic Tabbed Interface
================================
Description
-----------
This is a very basic tabbed interface. It uses classes to decide which tab container to be visible.
At the moment it just does a basic switch between tabs, but if I get time I'll add some fading transitions.
TODO
-----------------
* Make the JavaScript more flexible (for example, the hiding of tabs and the number of tabs used should be dynamic)
* Also strip out the reliance on so many id attributes (should really just be a single class applied to a container element)
* Add transitions