i have this script on jsfiddle
basically this links:
| <a id="mine_click" href="#?test=123">test</a> |
| <a id="mine_click" href="#?test=123">test1</a> |
| <a id="mine_click" href="#?test=123">test2</a> |
| <a id="mine_click" href="#?test=123">test3</a> |
when i click on one of them i manage to change tabs but i want that test var to fallow and be displayed in the respective tab
any ideas?
window.location.hashto get the hash-part of your URL