Skip to content

tonycorporated/bootstrap-hover-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Bootstrap Hover Tabs

This is a super-simple and lightweight plugin for Bootstrap which automatically activates tabs on hover.

Note: This plugin is also available via Bootstrap Plugins — the ultimate set of must-have plugins for Bootstrap.

Installation

Link to the script in your code after you include the main Bootstrap JS file(s):

<script src="<...>/jquery.min.js"></script>
<script src="<...>/bootstrap.min.js"></script>
<script src="//cdn.rawgit.com/tonystar/bootstrap-hover-tabs/master/bootstrap-hover-tabs.js"></script>

That's it. No additional configuration required!

Usage

No instructions here! Just follow the Installation section and you are done!