Curious if it is possible to use the nav tabs, but instead of switching to the next tab via javascript only, I want the actual page to be different.
So if you click on the first table, it will open page1.html, if you click on the 2nd tab, it will open page2.html (and pre-select the 2nd tab since you are on that page). How could I do this? I need to do this as I don't want to render all the content for each tab. and also it makes things easier to manage.
