Skip to content

Commit

Permalink
Added readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcroft committed May 24, 2011
1 parent 76f3e11 commit 448c54c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
A tiny jQuery plugin, with minimal [semantic] markup, for generating ui tabs.

Usage

$('dl').tabs();

<dl>
<dt><a href="">Your link title</a></dt>
<dd>
<p>Your content.</p>
</dd>
<dt><a href="">Your link title</dt>
<dd>
<p>Your content.</p>
</dd>
</dl>


To-do

- Add :target selector/hash fragment support for RESTful url usage

0 comments on commit 448c54c

Please sign in to comment.