matthewhall / matt-tabs

A simple jQuery plugin for creating tabbed interfaces.
Do What The F*ck You Want To Public License
6 stars 4 forks source link

Show tab method #3

Closed matthewhall closed 11 years ago

matthewhall commented 11 years ago

Method for showing a particular tab in a tab set. Something like this:

$('.tab-set').mtabs('show', 2); // Show tab number 2