Can I force WebKit browsers to show the fragment identifier?
I'm using jQuery and the fragment identifier to create a state change depending on which part of a one-page site the user is currently looking at. I've finally got this to work but as both Safari and Chrome won't display the fragment identifier I can't make it into a variable and therefore the system breaks down. Is there a way to forc...