Skip to content
Dimitris Krestos edited this page Sep 26, 2015 · 5 revisions

Table of Contents

The "destroy" method

Removes the Tabslet instance from an element

$('.tabs').trigger('destroy');

The "next" method

Goes to the next tab

$('.tabs').trigger('next');

The "prev" method

Goes to the previous tab

$('.tabs').trigger('prev');

The "show" method

Activates a specific tab

$('.tabs').trigger('show', '#tab-1');

Clone this wiki locally