慕用9244143
2017-04-28 17:39
$("button:last").click(function() { $("button:first").trigger('click','last'); });
我觉得是把"last"作为参数,传给了第一个按钮的click事件里面的bottonName
$("button:first").click(function(event,bottonName) { bottonName = bottonName || 'first'; update($("span:first"),$("span:last"),bottonName); });
jQuery基础(三)—事件篇
89997 学习 · 625 问题
相似问题
回答 2
回答 2