一家之煮
2017-01-17 16:44
$("button:first").click(function(event,bottonName) { bottonName = bottonName || 'first'; update($("span:first"),$("span:last"),bottonName); });
如题
个人理解是这样的,如果bottonName未定义,则取‘first’
update($("span:first"),$("span:last"),bottonName); 是什么意思
jQuery基础(三)—事件篇
89997 学习 · 625 问题
相似问题
回答 3