最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

誰(shuí)能解釋:trigger事件的例子

誰(shuí)能解釋:trigger事件的例子

qyy2499760117_葉子 2016-06-08 14:43:42
<!DOCTYPE html><html><head>? ? <meta http-equiv="Content-type" content="text/html; charset=utf-8" />? ? <title></title>? ? <style>? ? .left div,? ? .right div {? ? ? ? width: 500px;? ? ? ? height: 50px;? ? ? ? padding: 5px;? ? ? ? margin: 5px;? ? ? ? float: left;? ? ? ? border: 1px solid #ccc;? ? }? ??? ? .left div {? ? ? ? background: #bbffaa;? ? }? ??? ? .right div {? ? ? ? background: yellow;? ? }? ? </style>? ? <script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script></head><body>? ? <h2>自定義事件trigger</h2>? ? <div class="left">? ? ? ? <div><span></span><span>0</span>點(diǎn)擊次數(shù)</div>? ? ? ? <button>直接點(diǎn)擊</button>? ? ? ? <button>通過(guò)自定義點(diǎn)擊</button>? ? </div>? ? <script type="text/javascript">? ? //點(diǎn)擊更新次數(shù)? ? $("button:first").click(function(event,bottonName) {? ? ? ? bottonName = bottonName || 'first';? ? ? ? update($("span:first"),$("span:last"),bottonName);? ? });? ? //通過(guò)自定義事件調(diào)用,更新次數(shù)? ? $("button:last").click(function() {? ? ? ? $("button:first").trigger('click','last');? ? });? ? function update(first,last,bottonName) {? ? ? ? first.text(bottonName);? ? ? ? var n = parseInt(last.text(), 10);? ? ? ? last.text(n + 1);? ? }? ? </script></body></html>
查看完整描述

1 回答

  • 1 回答
  • 1 關(guān)注
  • 2179 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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