Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
archaeron committed Sep 24, 2011
1 parent 0b30dde commit 424919b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
jQuery Tabs
===========

Tabs, that are printable and usable with [bootstrap](https://github.com/twitter/bootstrap).

Methods
-------


* `jqTabs::seek(index)` - seeks to a tab, index 0-based
* `jqTabs::next()` - go to next tab
* `jqTabs::previous()` - go to previous tab



Barebone example
----------------

```html
<div id="the_id">
<ul class="tab-headers">
Expand Down

0 comments on commit 424919b

Please sign in to comment.