Jump to specific tab from another tab with Bootstrap's nav-tabs

前端 未结 2 778
攒了一身酷
攒了一身酷 2020-12-25 08:09

I\'m using Bootstrap\'s nav-tabs with the following setup:

2条回答
  •  执念已碎
    2020-12-25 08:57

    You might have been put on the the wrong foot by the other answers you mention ... it is fairly trivial to change tabs from within the same page (regardless if you're in another tab or not): you can use the basic bootstrap tab navigation Javascript for this.

    First change your html a bit: add an id to your

提交回复
热议问题