Skip to content

Commit 0e76325

Browse files
committed
Translate Event: hide-other-onclick
1 parent 621b447 commit 0e76325

File tree

1 file changed

+2
-2
lines changed
  • 2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Can use `this` in the handler to reference "the element itself" here:
1+
Bisa gunakan `this` pada penangan (_handler_) untuk mereferensi "elemen itu sendiri":
22

33
```html run height=50
4-
<input type="button" onclick="this.hidden=true" value="Click to hide">
4+
<input type="button" onclick="this.hidden=true" value="Tekan untuk menyembunyikan">
55
```

0 commit comments

Comments
 (0)