Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Remove # from end of URL Re: Remove # from end of URL

#98454
karlpcrowley
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();