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

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

JS面向?qū)ο髸r(shí),組件的click事件怎么調(diào)用自身的方法?

JS面向?qū)ο髸r(shí),組件的click事件怎么調(diào)用自身的方法?

慕妹3146593 2018-09-04 14:13:19
在《你不知道的JS》中,有一個(gè)委托控件對(duì)象的例子,使用了jquery,我想用原生js改寫其中遇到這句this.$el.click(this.onClick.bind(this));改寫一直失敗。麻煩各位可以給我解惑。我的方案結(jié)果點(diǎn)擊按鈕控制臺(tái)無反應(yīng)        Button.build=function($where){          this.insert($where);          this.$el.onclick=function(){             Button.onClick.bind(this);           }         };點(diǎn)擊控制臺(tái)顯示Button "undefined" clicked!        Button.build=function($where){          this.insert($where);          this.$el.onclick=function(){             Button.onClick.call(this);           }         };點(diǎn)擊后顯示Uncaught TypeError: Cannot read property 'call' of undefinedButton.build=function($where){               this.insert($where);          this.$el.onclick=function(){            this.onClick.call(this);           }                    };分析this.$el.onclick之后,console.log(this),顯示的是一個(gè)dom元素<button>xxx</button>疑問組件綁定click事件如何調(diào)用自身的方法?jquery是如何實(shí)現(xiàn)這個(gè)綁定的?謝謝大家!源代碼:
查看完整描述

1 回答

?
藍(lán)山帝景

TA貢獻(xiàn)1843條經(jīng)驗(yàn) 獲得超7個(gè)贊

btn.onclick = Button.onClick.bind(this)


查看完整回答
反對(duì) 回復(fù) 2018-10-07
  • 1 回答
  • 0 關(guān)注
  • 1689 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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