🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jQuery plugin for responsive Bootstrap tabs component that stacks tab navigation items into a dropdown menu when they overflow in mobile view.

Bootstrap tabs responsive-tabs

Documentation

bootstrap-responsive-tab

responsive tabs for bootstrap

#install include responsivetab.js after bootstrap javascript

#usage

#responsivtab is your ul id

$(function () {
$('#responsivetab').responsivetab({
text: 'Other',
}); })

if you want real time responsive you can use this code

$(window).on('resize', function() {
$('#responsivetab').responsivetab({
text: 'Other',
}); });


You May Also Like