Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 476 Bytes

jquery-too-many-tabs

Make your tab bar more responsive – jquery-too-many-tabs automatically hides overflowing tabs and shows them under "more" button. Works great with Twitter Bootstrap and it's Dropdown plugin.

Installation

bower install jquery-too-many-tabs

Usage

$(function () {
    $(".nav-tabs").tooManyTabs();
});

License

This plugin is licensed under the MIT License. Please refer to LICENSE file.