You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page/events.md
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,11 @@ customFields:
6
6
key: "icon"
7
7
value: "tasks"
8
8
---
9
-
jQuery provides simple methods for attaching event handlers to selections.
10
-
When an event occurs, the provided function is executed. Inside the function,
11
-
`this` refers to the element that was clicked.
12
9
13
-
For details on jQuery events, visit the
14
-
[Events documentation on api.jquery.com](http://api.jquery.com/category/events/).
10
+
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.
15
11
16
-
The event handling function can receive an event object. This object can be
17
-
used to determine the nature of the event, and to prevent the event’s default
18
-
behavior.
12
+
For details on jQuery events, visit the [Events documentation on api.jquery.com](http://api.jquery.com/category/events/).
19
13
20
-
For details on the event object, visit the
21
-
[Event object documentation on api.jquery.com](http://api.jquery.com/category/events/event-object/).
14
+
The event handling function can receive an event object. This object can be used to determine the nature of the event, and to prevent the event’s default behavior.
15
+
16
+
For details on the event object, visit the [Event object documentation on api.jquery.com](http://api.jquery.com/category/events/event-object/).
0 commit comments