How to hide links on browser's statusbar when you mouseover on links on webpage?

后端 未结 4 775
半阙折子戏
半阙折子戏 2020-12-19 22:28

I am using Zend, PHP, AJAX, JQuery in my projects. Question is that how can I force to not display a link on browser\'s statusbar when I mouseover on a link on my webpage.

4条回答
  •  醉梦人生
    2020-12-19 23:18

    if you can see (view source ), the vote up link on the side is not a link, it is an image. If you click on it, it fires an ajax function call on this link, https://stackoverflow.com/posts/2207467/vote/, which updates the database.

提交回复
热议问题