-
Notifications
You must be signed in to change notification settings - Fork 6
This is a simple, semantic, no-frills jQuery tabs plugin. No messy markup, just a definition list and a sprinkle of js and css. Tada.
samcroft/lightweight-semantic-jquery-tabs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A tiny jQuery plugin, with minimal [semantic] markup, for generating ui tabs.
Usage
$('dl').tabs();
<dl>
<dt id="tab1"><a href="#tab1">Your link title</a></dt>
<dd>
<p>Your content.</p>
</dd>
<dt id="tab2"><a href="#tab2">Your link title</dt>
<dd>
<p>Your content.</p>
</dd>
</dl>About
This is a simple, semantic, no-frills jQuery tabs plugin. No messy markup, just a definition list and a sprinkle of js and css. Tada.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published