I posted earlier and got a brilliant response to some jQuery woes I had.
I have the following tabbed navigation code: http://pastebin.com/gg4kgGKz
The tab works brilliantly, however I would like it so if a user visits: http://www.site.com/#tab2 that tab2 automatically opens and same for #tab1 and so on.
Is this possible, and if so how do I achieve this with my code?
Here be me fiddle: http://jsfiddle.net/MjENc/8/
Many thanks for any pointers.
Michael