1.0.0 • Published 8 years ago

responsive-bootstrap-tabs v1.0.0

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

Bootstrap Responsive Tabs

By Invent Partners http://inventpartners.com

LICENSE

Copyright 2016 Invent Partners http://www.inventpartners.com

Licensed under an MIT style license

http://www.inventpartners.com/mit-license

Demo

Check out the demo.

Requirements

Bootstrap Responsive Tabs requires Bootstrap (CSS and JavaScript) and jQuery.

Usage

$(function() {
    $('.nav-tabs').responsiveTabs();
});