Skip to content

Commit b363cd9

Browse files
committed
Events: Remove hard breaks in prose
1 parent 2e48286 commit b363cd9

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

page/events.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ customFields:
66
key: "icon"
77
value: "tasks"
88
---
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.
129

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.
1511

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/).
1913

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

Comments
 (0)