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

      1. <tfoot id='Wnvdw'></tfoot>

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

        使用 JavaScript 事件模拟悬停

        时间:2023-11-29

          • <bdo id='oaVMW'></bdo><ul id='oaVMW'></ul>

            <tfoot id='oaVMW'></tfoot>

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

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

                • <legend id='oaVMW'><style id='oaVMW'><dir id='oaVMW'><q id='oaVMW'></q></dir></style></legend>
                  本文介绍了使用 JavaScript 事件模拟悬停的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  是否可以使用 JavaScript 事件模拟悬停?我尝试在目标元素上注入鼠标悬停事件,但没有运气.

                  Is it possible to simulate hover using JavaScript Events? I tried injecting mouseover event on the target element but no luck.

                  例如,如果有一个带有悬停选择器的链接,是否可以使用 JavaScript 事件悬停"它?基本上,我想触发 CSS 悬停.你可以假设我不能使用 jQuery.

                  For example, if there is a link that has a hover selector, is it possible to "hover" over it using JavaScript Events? Basically, I want to trigger CSS hover. You can assume I can't use jQuery.

                  推荐答案

                  jQuery hover 事件只是使用了 mouseentermouseleave 事件.这是jQuery的悬停来源:

                  The jQuery hover event is just using mouseenter and mouseleave events. Here is the source of jQuery's hover:

                  function (fnOver, fnOut) {
                      return this.mouseenter(fnOver).mouseleave(fnOut || fnOver);
                  }
                  

                  这篇关于使用 JavaScript 事件模拟悬停的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:使用 d3.js 向饼图添加工具提示 下一篇:span:hover 在 Firefox 中不起作用,但在 Chrome 中起作用

                  相关文章

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

                    • <bdo id='AysCW'></bdo><ul id='AysCW'></ul>

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

                      <tfoot id='AysCW'></tfoot>

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