晨影影
2017-04-12 10:43
$("button:first").click(function(bottonName) {
bottonName = bottonName || 'first';
update($("span:first"),$("span:last"),bottonName);
});
第一个参数是事件,在JQ文档可以查的到,所以bottomName一定要写在第二个参数上
jQuery基础(三)—事件篇
89997 学习 · 625 问题
相似问题
回答 2
回答 1
回答 3