How To Hide url display in bottom left on mouseover?

后端 未结 8 1665
梦谈多话
梦谈多话 2021-02-06 07:02

I have a page for member\'s where log in is essential. On this page members get links for lectures conducted. Lectures links get added regularly. And Links to recording are fet

8条回答
  •  执念已碎
    2021-02-06 07:30

    You just have to do the same as it was suggested with the button, but using the anchor you wanted. This is, use the onclick event instead of setting href attribute. And additionally you could add a noop js operation to href.

    See this link: http://asp-arka.blogspot.com.uy/2014/08/hide-url-on-mouse-hover-of-hyper-link.html

    Play Recording
    

提交回复
热议问题