Skip to content

rakeshongithub/jQuery-Domtab-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-Domtab-plugin

How to apply plugin.

$(“selector”).domTab();

Options to modify

$(“selector”).domTab({
events : 'click',  // mouseenter, hover, click
activeTab : 0,   // tab index you want to make active
detailBox : $('.detail-tab-wrapper > div'),  // detail box
activeClassName : 'active', // class name for active tab
fadeInOut : false, // disable the fadein/fadeout effect.
speed : 400
});

Releases

No releases published

Packages

No packages published