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

      1. <small id='4bQC2'></small><noframes id='4bQC2'>

          <bdo id='4bQC2'></bdo><ul id='4bQC2'></ul>
      2. <legend id='4bQC2'><style id='4bQC2'><dir id='4bQC2'><q id='4bQC2'></q></dir></style></legend>

        jQuery:同一事件的多个处理程序

        时间:2023-09-05

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

              <tbody id='k0Yus'></tbody>
              <legend id='k0Yus'><style id='k0Yus'><dir id='k0Yus'><q id='k0Yus'></q></dir></style></legend>
              • <bdo id='k0Yus'></bdo><ul id='k0Yus'></ul>

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

                  本文介绍了jQuery:同一事件的多个处理程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  如果我将两个事件处理程序绑定到同一个元素的同一个事件会发生什么?

                  例如:

                  var elem = $("...")elem.click(...);elem.click(...);

                  最后一个处理程序获胜",还是两个处理程序都运行?

                  解决方案

                  两个处理程序都会运行,jQuery 事件模型允许一个元素上有多个处理程序,因此后面的处理程序不会覆盖旧的处理程序.

                  处理程序将按照它们被绑定的顺序执行..p>

                  What happens if I bind two event handlers to the same event for the same element?

                  For example:

                  var elem = $("...")
                  elem.click(...);
                  elem.click(...);
                  

                  Does the last handler "win", or will both handlers be run?

                  解决方案

                  Both handlers will run, the jQuery event model allows multiple handlers on one element, therefore a later handler does not override an older handler.

                  The handlers will execute in the order in which they were bound.

                  这篇关于jQuery:同一事件的多个处理程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在父事件上调用子组件的函数 下一篇:jQuery: $().click(fn) 与 $().bind('click',fn);

                  相关文章

                  最新文章

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

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

                  <tfoot id='PGmIO'></tfoot>

                      • <bdo id='PGmIO'></bdo><ul id='PGmIO'></ul>
                      <legend id='PGmIO'><style id='PGmIO'><dir id='PGmIO'><q id='PGmIO'></q></dir></style></legend>