$$('#tabs-nav a, #tabs-body li').tabify({ transition: 'bounce:out' });
Or
new nuTabs($$('#tabs-nav a'), $$('#tabs-body li'), { transition: 'bounce:out' });
<ul id="tabs-nav"> <li class="selected"><a href="#">Tab 1</a></li> <li><a href="#">Tab 2</a></li> <li><a href="#">Tab 3</a></li> </ul> <ul id="tabs-body"> <li class="active">Content 1</li> <li>Content 2</li> <li>Content 3</li> </ul>
All options have default values assigned, hence are optional.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus