Questions tagged [bootstrap-tabs]

Bootstrap tabs provide an easy way to create elegant and dynamic tabs to manage the content of web pages without writing any JavaScript code.

201 questions
0
votes
1 answer

bootstrap component tabs, carousels etc not respond

Until my contact page was a static HTML ie contact.html the bootstrap component tab, carousel etc work fine as soon as I used ngRoute, routing to a partial view these components functionality no longer worked. is anyone ever had this issue?
0
votes
1 answer

How to have anchor and data-toggle in rails 4 link_to?

So I am running rails 4 and trying to get a link_to working a bit better, using link_to so I can have params define, instead of doing:
  • Phil
    • 765
    • 2
    • 8
    • 26
    0
    votes
    1 answer

    Rails 4 with Bootstrap - configuration and javascript

    I am going crazy. I am trying to use Bootstrap js tabs in my rails 4 app. It is sending me spare. At the moment, I have copied the boot snip example into my code. It works absolutely fine. I have also used a copy of that code to make my actual code…
    Mel
    • 2,481
    • 26
    • 113
    • 273
    0
    votes
    1 answer

    Why it failed to pass the value?

    I have a page called MemberArea.php that use bootstrap tab to change its content according to div id.

    0
    votes
    2 answers

    How to make boostrap tab go to a specific link on click event instead of showing the #tab

    I'm currently using Bootstrap 3.3.4 and I'm using the JQuery Tabs provided. What I'm trying to do is to make one of my tabs go to a specific link isntead to a a div. Here is a brief example of what I wanna do:
    0
    votes
    1 answer

    How to submit value of inactive tabs Jquery

    I am submitting dynamic form fields using JQuery Tabs but problem is that it keep submit only last tab values because it check which tab is active and which is not so as it see the last one is active so it posts the value of that tab only not other…
    user5084534
    0
    votes
    0 answers

    Integrate Bootstrap Tabs with Existing Spring MVC

    I have this small web application which is working fine. I want to add bootstrap tab control now. Visit this link for a description of what I am trying to do. Application structure is like this: I have Page1.jsp, Page2.jsp, Page3.jsp. And now I have…
    0
    votes
    1 answer

    jqplot on bootstrap tab

    im having problems to draw a simple jqplot graph on a bootstrap tab. HTML:
    0
    votes
    1 answer

    Bootstrap Tabs with Spaces in URL

    I've modified the Bootstrap Tabs slightly so that they pull the ID from a controller rather than specify them. It is all working perfectly, however some of the ID's its pulling through have spaces between words. This is causing those Tabs not to…
    Inch High
    • 835
    • 5
    • 17
    0
    votes
    0 answers

    prevent an object inside div from reloading

    I have three bootstrap 2.0 tabs and one of the tabs href is a div which opens an external website using object. Everytime I switch to this tab, the website reloads. Is there a way to prevent the object (external website) reload when I switch to this…
    user4848830
    • 779
    • 12
    • 22
    0
    votes
    2 answers

    Is there a way to use bootstrap tabs without using a unique identifier

    I would like to be able to use bootstrap tabs but without using a unique selector. I cannot guarantee that the selector is the only one in the dom. I have many sub templates which are either included in the page as it is rendered or can be loaded…
    TarranJones
    • 4,084
    • 2
    • 38
    • 55
    0
    votes
    1 answer

    How to make a tabs navigation with an "All" tab in Angular and Bootstrap?

    I am using Bootstrap and Angular and I have the following HTML:
    0
    votes
    1 answer

    How to prevent selecting tab on click?

    How to prevent selecting tab for adding other tabs? Below I've isolated the issue, if I click tab with plus then it is selected, I would like to completely prevent this, just click and call addNewTab() function. var app = angular.module('app',…
    luzny
    • 2,380
    • 7
    • 30
    • 64
    0
    votes
    1 answer

    Boostrap tab-x ajax loading not working

    I tired making the bootstrap-tabs-x work with ajax loading. When I click on the tab it is just loading but doesn't show any content from that tab.
    0
    votes
    0 answers

    Bootstrap tabs routing with summyjs

    i found a way to route bootstrap tabs with summyjs, but it doent seem to be in line with the samples i have seen. i just started learning summyjs and i dont like how i did it, though it works... here is my code …
    McKabue
    • 2,076
    • 1
    • 19
    • 34