Bootstrap tabs provide an easy way to create elegant and dynamic tabs to manage the content of web pages without writing any JavaScript code.
Questions tagged [bootstrap-tabs]
201 questions
-1
votes
1 answer
Bootstrap change URL when switching tabs (WordPress)
I am new to bootstrap and I am currently playing around with a tab/navigation system. This is what I have for the tabs and the tabs content so far:

eligolf
- 1,682
- 1
- 6
- 22
-1
votes
1 answer
The switch between tabs works only once
I have a problem with switch tabs. In the next snippet you can switch: vk -> spotify, spotify -> vk and stop. The next vk -> spotify doesn't change tab. Why?
$('#sourcePlatform').on('change', function (e) {
var $optionSelected =…

Viewed
- 1,159
- 3
- 16
- 43
-1
votes
1 answer
Tabs in Razor only one tab is active
I have the following tabs in my Razor:

Rob
- 153
- 18
-1
votes
1 answer
Enabling select text option in bootstrap tabs
Whenever I try to select text from the active bootstrap tabs, it's not selected and in chrome, it drags the whole content while trying to select text. Is there any CSS or JS trick to enable the select option, so that we can select text or other…

Vij7
- 1
- 4
-1
votes
3 answers
How to create a link that actives a Bootstrap Tab
I have some tabs set up in accordance with the examples here. So show/hiding divs:
http://getbootstrap.com/javascript/#tabs
But I want a

James Wilson
- 809
- 3
- 14
- 25