Delete destination Url of link on the bottom of browser's page
问题 In every browsers, when I stay with the cursor on a clickable link, in the bottom of the page is showed the destination of this link, where I'll be redirected on click. Is it possible to hide this with jQuery? Is also possible to hide the address bar or set it blank, in order to hide the actual page? ( for example showing only the domain name) thanks 回答1: You can do this, or a variation of this: Having a link like this one: <a href="#" id="mylink">click here</a> Then with jquery you can set