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.
bower install jquery-too-many-tabs
$(function () {
$(".nav-tabs").tooManyTabs();
});
This plugin is licensed under the MIT License. Please refer to LICENSE file.