为什么这样写就不能用了

来源:7-1 jQuery自定义事件之trigger事件

晨影影

2017-04-12 10:43

 $("button:first").click(function(bottonName) {

        bottonName = bottonName || 'first';

        update($("span:first"),$("span:last"),bottonName);

    });


写回答 关注

1回答

  • 夜猫sama的小弟
    2017-04-12 17:41:26

    第一个参数是事件,在JQ文档可以查的到,所以bottomName一定要写在第二个参数上

jQuery基础(三)—事件篇

jQuery第三阶段开启事件修炼,掌握对页面进行交互的操作

89997 学习 · 625 问题

查看课程

相似问题