课程
/前端开发
/jQuery
/jQuery基础(三)—事件篇
是因为第一个span 本身没有什么内容,我只需要更新第二个span的数字?
2017-04-03
源自:jQuery基础(三)—事件篇 7-1
正在回答
有个||符号啊!第一个没用到传递的bottonName,而是用的first这个实参,第二个才是用的传过来的bottonName
举报
jQuery第三阶段开启事件修炼,掌握对页面进行交互的操作
3 回答bottonName是什么?_?
2 回答bottonName = bottonName || 'first';什么意思啊
5 回答bottonName = bottonName || 'first';
3 回答bottonName = bottonName || 'first';
3 回答如果bottonName = bottonName,那代表什么,如果bottonName = first又是代表什么?trigger('click','last'),这个last代表什么? first.text(bottonName);这一句怎么理解?