<tfoot id='sLF3Z'></tfoot>

      <bdo id='sLF3Z'></bdo><ul id='sLF3Z'></ul>

    <legend id='sLF3Z'><style id='sLF3Z'><dir id='sLF3Z'><q id='sLF3Z'></q></dir></style></legend>

      <small id='sLF3Z'></small><noframes id='sLF3Z'>

      <i id='sLF3Z'><tr id='sLF3Z'><dt id='sLF3Z'><q id='sLF3Z'><span id='sLF3Z'><b id='sLF3Z'><form id='sLF3Z'><ins id='sLF3Z'></ins><ul id='sLF3Z'></ul><sub id='sLF3Z'></sub></form><legend id='sLF3Z'></legend><bdo id='sLF3Z'><pre id='sLF3Z'><center id='sLF3Z'></center></pre></bdo></b><th id='sLF3Z'></th></span></q></dt></tr></i><div id='sLF3Z'><tfoot id='sLF3Z'></tfoot><dl id='sLF3Z'><fieldset id='sLF3Z'></fieldset></dl></div>
    1. 鼠标悬停在网页上的链接上时如何隐藏浏览器状

      时间:2023-10-02
        <bdo id='GLxHX'></bdo><ul id='GLxHX'></ul>
        • <legend id='GLxHX'><style id='GLxHX'><dir id='GLxHX'><q id='GLxHX'></q></dir></style></legend>

            <tbody id='GLxHX'></tbody>
        • <i id='GLxHX'><tr id='GLxHX'><dt id='GLxHX'><q id='GLxHX'><span id='GLxHX'><b id='GLxHX'><form id='GLxHX'><ins id='GLxHX'></ins><ul id='GLxHX'></ul><sub id='GLxHX'></sub></form><legend id='GLxHX'></legend><bdo id='GLxHX'><pre id='GLxHX'><center id='GLxHX'></center></pre></bdo></b><th id='GLxHX'></th></span></q></dt></tr></i><div id='GLxHX'><tfoot id='GLxHX'></tfoot><dl id='GLxHX'><fieldset id='GLxHX'></fieldset></dl></div>

        • <small id='GLxHX'></small><noframes id='GLxHX'>

              <tfoot id='GLxHX'></tfoot>

              1. 本文介绍了鼠标悬停在网页上的链接上时如何隐藏浏览器状态栏上的链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我在我的项目中使用 Zend、PHP、AJAX、JQuery.问题是,当我将鼠标悬停在网页上的链接上时,如何强制不在浏览器的状态栏上显示链接.

                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.

                最好的例子是在这个网站上,当你将鼠标悬停在这个网站上的up-vote链接上时,它不显示该链接,点击后投票增加而不刷新页面.

                Best example is on this site, when you mouseover the up-vote link on this site, it does not show the link and after click the votes increased without refreshing the page.

                谢谢

                推荐答案

                在 Stack Overflow 上,您看不到地址,因为它不是链接(即它不是锚点).它是一个跨度、图像或其他元素,带有一个 onclick 事件处理程序.

                On Stack Overflow, you don't see an address, because it isn't a link (i.e. it isn't an anchor). It is a span, image or other element, with an onclick event handler.

                这是确保所有浏览器中都没有状态栏文本的唯一方法,就像设置 window.status = "" 的老式 JavaScript 方法一样;目前在大多数浏览器中都没有效果.

                This is the only way to guarantee no status-bar text in all browsers as the old-school JavaScript method of setting window.status = ""; has no effect in most browsers these days.

                例如……

                [Html]
                <img id="clickme" src="myimage.png" alt="My Image" title="Vote">
                
                [JavaScript (jQuery)]
                $("#clickme").click(function() { alert("You clicked me"); });
                

                这篇关于鼠标悬停在网页上的链接上时如何隐藏浏览器状态栏上的链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:“与 MySQL 服务器的连接丢失"尝试连接到远程 下一篇:Zend - 在数据库中存储会话数据

                相关文章

                最新文章

                <small id='WWLPy'></small><noframes id='WWLPy'>

              2. <tfoot id='WWLPy'></tfoot>

                  <bdo id='WWLPy'></bdo><ul id='WWLPy'></ul>

                  1. <i id='WWLPy'><tr id='WWLPy'><dt id='WWLPy'><q id='WWLPy'><span id='WWLPy'><b id='WWLPy'><form id='WWLPy'><ins id='WWLPy'></ins><ul id='WWLPy'></ul><sub id='WWLPy'></sub></form><legend id='WWLPy'></legend><bdo id='WWLPy'><pre id='WWLPy'><center id='WWLPy'></center></pre></bdo></b><th id='WWLPy'></th></span></q></dt></tr></i><div id='WWLPy'><tfoot id='WWLPy'></tfoot><dl id='WWLPy'><fieldset id='WWLPy'></fieldset></dl></div>

                    <legend id='WWLPy'><style id='WWLPy'><dir id='WWLPy'><q id='WWLPy'></q></dir></style></legend>