为了账号安全,请及时绑定邮箱和手机立即绑定

tigger的参数'last'是什么意思

$("button:last").click(function() {
        $("button:first").trigger('click','last');
    });


正在回答

1 回答

我觉得是把"last"作为参数,传给了第一个按钮的click事件里面的bottonName

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


1 回复 有任何疑惑可以回复我~
#1

慕用9244143 提问者

非常感谢!
2017-04-28 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

tigger的参数'last'是什么意思

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信