Steve
Steve

Reputation: 2588

Jquery Tabs withing Bootstrap 3 not working

I am trying to use Vertical Tabs within my Bootstrap site. One I'm using are here :- http://bootply.com/74926

For some reason, I am unable to use them. They show perfectly but just doesn't become tabs. I guess for some reason, the tab functionality is being missed. Do I have to add some Tabs JQuery within Bootstrap 3?

The upper answer was provided in this link Stacked Tabs in Bootstrap 3

Thanks a lot

Upvotes: 0

Views: 224

Answers (1)

phpguest
phpguest

Reputation: 804

To work tabs in bootstrap3 you should include tab.js

Upvotes: 1

Related Questions