Hash Symbol and Back Button

I am using a piece of jquery code on a page I am developing that slides open a panel when I click on a + sign (you can see it on the link below next to “configure and purchase”)

http://www.rachellarraine.net/pages/item-detail.php?lineid=1

The problem is that when a user clicks the back button they have to do it twice because the first time they click they are taken to the same URL without the hash mark. Is there a way to instruct the back button to skip over this extra page or some other work-a-round?

Thanks much!

I never knew that. Perfect and thanks so much!!!

Remove the href=“#”
An <a> doesn’t have to have a href to validate