第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

測(cè)試二的代碼除了這么寫(xiě),還有沒(méi)有更簡(jiǎn)單易懂的寫(xiě)法??

? ? <h4>測(cè)試二</h4>

? ? <div class="test2">

? ? ? ? <p>$('button:first').mousedown(function(e) {alert(this)})</p>

? ? </div>

? ? <button>指定觸發(fā)事件</button>

? ? <script type="text/javascript">

? ? $('p').mousedown(function(e) {

? ? ? ? ? ? alert(e.target.textContent)

? ? ? ? })

? ? ? ? //this指向button元素

? ? $("button:eq(1)").mousedown(function() {

? ? ? ? $('p').mousedown() //指定觸發(fā)綁定的事件

? ? })

? ? </script>


正在回答

2 回答


原代碼: (就是要實(shí)現(xiàn)點(diǎn)擊按鈕,顯示p的內(nèi)容)?

<button>指定觸發(fā)事件</button>

? ? <script type="text/javascript">

? ? $('p').mousedown(function(e) { ? //此時(shí)就是當(dāng)你點(diǎn)擊p 的時(shí)候,就會(huì)彈出p的內(nèi)容(步驟1)

? ? ? ? ? ? alert(e.target.textContent)

? ? ? ? })

/* ??

? ? $("button:eq(1)").mousedown(function() { ? //這一步就是通過(guò)按鈕來(lái)調(diào)用步驟1

? ? ? ? $('p').mousedown() //指定觸發(fā)綁定的事件

? ? })

*/

? ? </script>

簡(jiǎn)單代碼:

? ? <button>指定觸發(fā)事件</button>

? ? <script type="text/javascript">

? ? var $p =$('p:eq(0)').text()

? ? $('button:eq(1)').mousedown(function($P) {

? ? ? ? ? ? alert($p)

? ? ? ? })


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

淡水狗 提問(wèn)者

非常感謝!
2017-07-18 回復(fù) 有任何疑惑可以回復(fù)我~

<script type="text/javascript">

? ? $('p').mousedown(function(e) {

? ? ? ? ? ? alert(e.target.textContent)

? ? ? ? })

? ? ? ? //this指向button元素

? ? $("button:eq(1)").mousedown(function(e) {

? ? ? alert(e.target.textContent)//指定觸發(fā)綁定的事件

? ? })

? ? </script>

第一個(gè)意思是點(diǎn)擊p標(biāo)簽,彈出p標(biāo)簽內(nèi)容,

第二個(gè)是點(diǎn)擊第一個(gè)(eq(1))按鈕(button)彈出內(nèi)容

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

淡水狗 提問(wèn)者

但這樣點(diǎn)擊按鈕彈窗的內(nèi)容是按鈕的節(jié)點(diǎn)內(nèi)容,而不是p標(biāo)簽里面的內(nèi)容哦
2017-06-30 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

測(cè)試二的代碼除了這么寫(xiě),還有沒(méi)有更簡(jiǎn)單易懂的寫(xiě)法??

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)