Skip to content

samcroft/lightweight-semantic-jquery-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published