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

    <legend id='5VVo8'><style id='5VVo8'><dir id='5VVo8'><q id='5VVo8'></q></dir></style></legend>
  • <small id='5VVo8'></small><noframes id='5VVo8'>

      • <bdo id='5VVo8'></bdo><ul id='5VVo8'></ul>

        jQuery: $().click(fn) 与 $().bind('click',fn);

        时间:2023-09-05

          <small id='6NMrm'></small><noframes id='6NMrm'>

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

                    <tbody id='6NMrm'></tbody>

                • 本文介绍了jQuery: $().click(fn) 与 $().bind('click',fn);的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  使用 jQuery 连接事件处理程序时,使用 click 方法有什么区别

                  When using jQuery to hookup an event handler, is there any difference between using the click method

                  $().click(fn)
                  

                  相对于使用绑定方法

                  $().bind('click',fn);
                  

                  除了绑定的可选数据参数.

                  Other than bind's optional data parameter.

                  推荐答案

                  对于它的价值,来自 jQuery 源码:

                  For what it's worth, from the jQuery source:

                  jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
                      "mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave," +
                      "change,select,submit,keydown,keypress,keyup,error").split(","), function(i, name){
                  
                      // Handle event binding
                      jQuery.fn[name] = function(fn){
                          return fn ? this.bind(name, fn) : this.trigger(name);
                      };
                  });
                  

                  所以不,没有区别 -

                  So no, there's no difference -

                  $().click(fn)
                  

                  通话

                  $().bind('click',fn)
                  

                  这篇关于jQuery: $().click(fn) 与 $().bind('click',fn);的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:jQuery:同一事件的多个处理程序 下一篇:如何在使用类方法作为回调的类中添加事件处理

                  相关文章

                  最新文章

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

                    <legend id='bpE4m'><style id='bpE4m'><dir id='bpE4m'><q id='bpE4m'></q></dir></style></legend>
                  2. <small id='bpE4m'></small><noframes id='bpE4m'>

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