This commit is contained in:
Ilya Kantor 2019-05-16 13:37:21 +03:00
parent 40a4e181be
commit d9740908bf
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Can use `this` in the handler to reference "itself" here:
Can use `this` in the handler to reference "the element itself" here:
```html run height=50
<input type="button" onclick="this.hidden=true" value="Click to hide">