Home > front end >  How to implement the following using a ES5 JS
How to implement the following using a ES5 JS

Time:12-06

CodePudding user response:

 
Init: function () {
var that=this;
Document. The addEventListener (
"Click",
The function (event) {
The return that. DoSomething (event. Type);
},
False
);
},


CodePudding user response:

With the label directly into es5
  • Related