An open API service indexing awesome lists of open source software.

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

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