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?
You could use this function
to get the variable and then print it.
fiddle here: http://jsfiddle.net/HysJ6/10/