It is part of the JUI Collection plugins. Any of them is absolutely individual and can be used separately without any dependences from each other.
<div class="jui-tabs-container" id="tabsOne"> <ul> <li class="active"><a>Tab 1</a></li> <li><a>Tab 2</a></li> <li><a>Tab 3</a></li> </ul> <div class="jui-tabs"> <div class="jui-tab active"> Content of the tab Content of the tab </div> <div class="jui-tab"> Content of the tab Content of the tab </div> <div class="jui-tab"> Content of the tab Content of the tab </div> </div> </div>Initialize the plugin with a selector:
$(someSelector).juitabs();