Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ralyodio/tabbed-navigation
- Owner: ralyodio
- License: mit
- Created: 2012-02-10T18:43:36.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T21:18:49.000Z (over 10 years ago)
- Last Synced: 2024-10-04T12:59:46.884Z (3 months ago)
- Language: CSS
- Homepage: http://chovy.us.to/jquery/tabbed-navigation
- Size: 158 KB
- Stars: 24
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-----
...
...
$(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)