Skip to content

Commit 68e8560

Browse files
AsierAurelioDeRosa
Asier
authored andcommitted
Events: Clarify this keyword meaning inside the event handling function
Closes jquerygh-743
1 parent 52c1542 commit 68e8560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
}</script>
1111

12-
jQuery provides simple methods for attaching event handlers to selections. When an event occurs, the provided function is executed. Inside the function, `this` refers to the element that was clicked.
12+
jQuery provides simple methods for attaching event handlers to selections. When an event occurs, the provided function is executed. Inside the function, `this` refers to the DOM element that initiated the event.
1313

1414
For details on jQuery events, visit the [Events documentation on api.jquery.com](http://api.jquery.com/category/events/).
1515

0 commit comments

Comments
 (0)