Skip to content

Commit f216fa6

Browse files
author
Markus Amalthea Magnuson
committed
wfirst -> first
1 parent c3c79dd commit f216fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/selecting-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ In order to get the best performance using `:radio`, first select elements with
266266
$("form :reset");
267267
```
268268

269-
In order to get the best performance using `:reset`, wfirst select elements with a standard jQuery selector, then use `.filter(":reset")`, or precede the pseudo-selector with a tag name or some other selector.
269+
In order to get the best performance using `:reset`, first select elements with a standard jQuery selector, then use `.filter(":reset")`, or precede the pseudo-selector with a tag name or some other selector.
270270

271271
**Note:** for better performance in modern browsers, use `[ type = "reset" ]` instead of the `:reset` pseudo-selector.
272272

0 commit comments

Comments
 (0)