Control multiple tab-contents with one nav-tabs

前端 未结 4 1854
悲哀的现实
悲哀的现实 2020-12-05 10:54

I have a regular Twitter Bootstrap 3 tab. What I want to do is to control is to control multiple
tab-content container with one nav-tabs elemen

4条回答
  •  囚心锁ツ
    2020-12-05 11:19

    You should just use a class instead. I just was working on Bootstrap 3 tabbed content inside a modal window. Was trying to get the modal window to open to the correct tab, but I needed two tabs to open, one for the modal header, and one for the content, with extra nab tabs in the footer.

    I used a class and it worked. So, change

    to
提交回复
热议问题