- Know no know no, point I should have bounced in hand!
- Know no know no, point I should have bounced in hand!
- Know no know no, point I should have bounced in hand!
- Know no know no, point I should have bounced in hand!
- Know no know no, point I should have bounced in hand!
<script>
Core principles://events entrusted to the parent node adding listeners, using event bubbling effect each child node
Var ul=document. QuerySelector (" ul ");
Ul. AddEventListener (' click ', function (e) {
//alert (' know no no, I should have bounced in hand! ');
//e. arget this can get us click object
E. arget. Style. BackgroundColor='pink';
})
</script>