I have a rails project that's been set up with twitter bootstrap for styling. On one page I have three tabs #1, #2, #3.
I would like to know how I can link to a specific Tab, for example tab #2, from another page. I have tried creating a link with an anchor eg: #2, but it does not work... when the page loads, it automatically loads the tab #1 (note: tab #1 is assigned an 'active' class in the html).
Am I missing something?
Would this require additional JS for it to function property?