bottonName = bottonName || 'first';什么意思啊

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

一家之煮

2017-01-17 16:44

 $("button:first").click(function(event,bottonName) {
        bottonName = bottonName || 'first';
        update($("span:first"),$("span:last"),bottonName);
    });

如题

写回答 关注

2回答

  • 慕粉2013053516
    2017-01-17 16:59:07
    已采纳

    个人理解是这样的,如果bottonName未定义,则取‘first’

    一家之煮

    非常感谢!

    2017-01-18 08:56:57

    共 1 条回复 >

  • 慕后端7340145
    2018-07-05 19:53:23

      update($("span:first"),$("span:last"),bottonName);  是什么意思

jQuery基础(三)—事件篇

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

89997 学习 · 625 问题

查看课程

相似问题