See Tabtastic
In a nutshell, link to the id of the element you want to go to, and don't hide the content if JS isn't available.
David Dorward
2010-04-18 19:59:41
See Tabtastic
In a nutshell, link to the id of the element you want to go to, and don't hide the content if JS isn't available.
You can't access the hash-part of the URL through PHP. You can only access that from the browser.
However, you could just change the code to using a normal GET query string instead. So put whatever you put behind the # symbol, behind ?hash= in the URL instead and work with it that way.