Skip to content

Commit 90a8bc8

Browse files
committed
Selecting Elements: Fix typo
Closes jquerygh-451
1 parent 24e5a0f commit 90a8bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ In order to get the best performance using `:selected`, first select elements wi
255255

256256
#### :submit
257257

258-
Using the `:submit` pseudo-selector targets any `<button>` or `<input>` elements with a `type="button"`:
258+
Using the `:submit` pseudo-selector targets any `<button>` or `<input>` elements with a `type="submit"`:
259259

260260
```
261261
$( "form :submit" );

0 commit comments

Comments
 (0)