Home › Forums › CSS › Remove # from end of URL › Re: Remove # from end of URL
March 8, 2012 at 1:25 am
#98454
Participant
changing it to a span means that users can’t tab to it
Link
If you are already using a JavaScript eventHandler for this anchor add the return false to the end of the function instead
Or if you are using jQuery use e.preventDefault();