We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abffbf8 commit eb3f516Copy full SHA for eb3f516
page/events/event-basics.md
@@ -1,6 +1,7 @@
1
---
2
title: jQuery Event Basics
3
-attribution: jQuery Fundamentals
+attribution:
4
+ - jQuery Fundamentals
5
level: beginner
6
7
@@ -233,4 +234,4 @@ function firstEvent(eventObject){
233
234
235
In this case, the `firstEvent` function will be executed once *for each event*. For the snippet above, this means
236
that once an input element gains focus, the handler function will still execute for the first keydown event on that
-element.
237
+element.
0 commit comments