<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 事件模拟悬停

        Simulate hover using JavaScript events(使用 JavaScript 事件模拟悬停)

          • <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 事件模拟悬停的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Move link image 5px up on hover(悬停时将链接图像向上移动 5px)
                  How do I inspect CSS pseudo classes with firebug?(如何使用 firebug 检查 CSS 伪类?)
                  Why doesn#39;t CSS hover work on table rows when the cells inside the rows have class names?(当行内的单元格具有类名时,为什么 CSS 悬停在表格行上不起作用?)
                  How to apply a CSS class on hover to dynamically generated submit buttons?(如何在悬停时将 CSS 类应用于动态生成的提交按钮?)
                  Differences between CSS3 :hover and :focus?(CSS3 :hover 和 :focus 的区别?)
                  div hover background-color change?(div 悬停背景颜色变化?)
                    <legend id='AysCW'><style id='AysCW'><dir id='AysCW'><q id='AysCW'></q></dir></style></legend>

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

                      • <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>
                          <tbody id='AysCW'></tbody>

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

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