How to create jQ undelegate in Vanilla JS?

前端 未结 0 567
半阙折子戏
半阙折子戏 2021-01-29 19:57

I made delegate method in my library:

export default class Events {
  on(type, callback, passive) {
    this.nodeList.forEach(
      (element) => element.addEv         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题