Skip to main content

All Questions

0 votes
2 answers
1k views

Bootstrap tabs is not working in chrome extension popup

Bootstrap tabs in my HTML file <div class="tabbable-line"> <ul class="nav nav-tabs "> <li class="active"> <a href="#A" ...
nawaz uddin's user avatar
1 vote
0 answers
840 views

Deep links for bootstrap tabs

I am trying to add deep linking for bootstrap tabs. It does add the tab id to the URL on each tab click but when I access the direct link (www.site.com/tabpage/#tab2) for the particular tab in a new ...
user6725932's user avatar
1 vote
2 answers
2k views

target element not showing active class in tab-pane

I have implemented tab using bootstrap, there are 3 tabs and each of them has contents in them, but while I am executing the code all the contents of active tab is not visible, content is visible only ...
conrad's user avatar
  • 96
0 votes
1 answer
311 views

bootstrap 4 show tabs doesn't work after first click

I work with bootstrap 4 tabs for show form(content tab) like this: HTML: <div class="footer"> <div id="newsletter"> <div class="newsletter"> <div class="tabs">...
LarakBell's user avatar
  • 618
0 votes
1 answer
742 views

Load ajax content when keep active tab after page reload (Bootstrap 4)

I created a page with many tabs In order not to slow down the loading of the page during the first display, I get the content of the tabs only if we click on it I then set this up to save the last ...
Rocstar's user avatar
  • 1,467
2 votes
1 answer
3k views

Bootstrap: How to display 2 tab-contents by clicking on a single tab?

I have a page with 2 tabs. I want the pills-public tab to display : PUBLIC BLOCK 1 I want the pills-private tab to display : PRIVATE BLOCK 2 PRIVATE BLOCK 1 Note that the 2 PRIVATE content are ...
tropcool's user avatar
  • 141
5 votes
1 answer
3k views

Select2 not working inside a bootstrap tab

I have a few tabs for different languages in my form. I am trying to add a tags field with the select2 plugin. In the tabs that is shown first it works fine, but when I switch to the other tabs it ...
Angel Miladinov's user avatar
1 vote
2 answers
2k views

Next Previous Bootstrap tabs

I have two common "NEXT" and "PREVIOUS" buttons on click on respective button bootstrap tabs should move. I have Create following code for that. My Code My problem is I want to show previous button ...
vedankita kumbhar's user avatar
0 votes
0 answers
37 views

Toggle the active state on both content tab and the nav tabs with bootstrap3

Using jQuery, I am trying to toggle the tab-pane. For now It works only for the tab-pane but I also want to remove active class from the data-toggle="tab". $('[data-toggle=tab]').click(function() ...
Kevin's user avatar
  • 1,337
1 vote
1 answer
176 views

Bootstrap tabs: load NGL viewer into tab

I have trouble loading the NGL viewer in bootstrap tabs. It works fine if loaded outside the tabs. However, it does not work if I try loading it within a tab other than the one visible by default. Any ...
diekleinemy's user avatar
1 vote
2 answers
2k views

Owl carousel is not working on bootstrap tabs nav

I am new on jquery. I wanted to slide my nav item using owl carousel. But its not working. Here is my code: HTML <div class="container"> <div class="nav nav nav-pills bottom owl-...
Siful Islam's user avatar
0 votes
1 answer
498 views

How to get on click button to load the nav tab page at the top rather than in the middle?

I have a click event that goes to a Bootstrap Nav Tab. When I click the button it goes to the tab page but is halfway down. I'm trying to have it when a user clicks on the button they start at the top ...
Alex's user avatar
  • 123
0 votes
1 answer
1k views

Bootstrap tab doesn't switch

I'm making a little page containing bootstrap tabs to switch between chat windows. I think I've correctly followed the example, but this won't work: <div class="container"> <ul class="...
Tvde1's user avatar
  • 1,264
0 votes
2 answers
118 views

Change color of one tab in Bootstrap 3

Is there a way to change of the color of only one Bootstrap3 Navbar tab in a 3 programmatically? The jQuery runs in the "drawCallback" function of DataTables.net table if the table contains data I ...
mohunt's user avatar
  • 33
0 votes
3 answers
702 views

Disabling bootstrap open tab from link after tab changing

I have been battling with disabling the parent class li from opening the tab with the link placed in it, I want only the save and continue button to open the tabs not the links, cause the links get ...
Shasha's user avatar
  • 433

15 30 50 per page
1
2 3 4 5
17