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
ID must be unique.
Read Two HTML elements with same id attribute: How bad is it really?
problem with your code
Two elements with id home , profile and myTabContent.
Content 1.
Content 2.
Content 1.
Content 2.
and
you are giving href="#home"
which will target the first element with id.Not all elements with id.