I have a link
<a href='#test1' >some_link</a>
When I press it I start some ajax manipulations with it.
Thing is when you press it it adds “#test1” to the address url in browser.
Now:
-
I want to remove “#” sign.
-
Alert the value of href also without “#” sign when I press the link.
Is that possible ?
1 Answer