Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/travishorn/jquery-tabslite

A lighter version of jQuery UI's tabs. For when you just need simple tab functionality and don't need to include the entire jQuery UI library.
https://github.com/travishorn/jquery-tabslite

Last synced: 28 days ago
JSON representation

A lighter version of jQuery UI's tabs. For when you just need simple tab functionality and don't need to include the entire jQuery UI library.

Awesome Lists containing this project

README

        

# tabsLite

## Description
A lighter version of jQuery UI's tabs. For when you just need simple tab functionality and don't need to include the entire jQuery UI library.

Open example.html for example usage.

## Required HTML




Tab one.




Tab two.



## Required JavaScript
$('#tabs').tabsLite();

## Links
* [Online Demo](http://jsfiddle.net/dp9Vn/)
* [Screenshots](https://sites.google.com/site/tpopsjqueryplugins/tabslite/screenshots)