Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ralyodio/tabbed-navigation

jQuery.tabbed() navigation is a light-weight jQuery plugin for handling tabbed navigation with minimal markup.
https://github.com/ralyodio/tabbed-navigation

Last synced: 2 months ago
JSON representation

jQuery.tabbed() navigation is a light-weight jQuery plugin for handling tabbed navigation with minimal markup.

Awesome Lists containing this project

README

        

jQuery.tabbed() navigation
===========

jQuery.tabbed() navigation is a light-weight jQuery plugin for handling tabbed navigation with minimal markup.

Demo
----

http://chovy.us.to/jquery/tabbed-navigation/

Usage
-----




...




Foo content


Baz content



...



$(function(){
$(".tabbed").tabbed();
});

Paste the above code in your document.

Download
--------

git clone [email protected]:chovy/tabbed-navigation.git

Requirements
------------

jQuery http://jquery.com (tested with jQuery 1.4, 1.6.2, 1.7.1, Firefox 10, Safari 5.1, Chrome 17, Opera 11, IE 7/8/9)