課程
/前端開發(fā)
/jQuery
/jQuery基礎(chǔ)(三)—事件篇
是因為第一個span 本身沒有什么內(nèi)容,我只需要更新第二個span的數(shù)字?
2017-04-03
源自:jQuery基礎(chǔ)(三)—事件篇 7-1
正在回答
有個||符號??!第一個沒用到傳遞的bottonName,而是用的first這個實參,第二個才是用的傳過來的bottonName
舉報
jQuery第三階段開啟事件修煉,掌握對頁面進(jìn)行交互的操作
3 回答bottonName是什么?_?
2 回答bottonName = bottonName || 'first';什么意思啊
3 回答bottonName = bottonName || 'first';
5 回答bottonName = bottonName || 'first';
3 回答如果bottonName = bottonName,那代表什么,如果bottonName = first又是代表什么?trigger('click','last'),這個last代表什么? first.text(bottonName);這一句怎么理解?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-04-05
有個||符號??!第一個沒用到傳遞的bottonName,而是用的first這個實參,第二個才是用的傳過來的bottonName