Skip to content

Commit 1eb457c

Browse files
stephansunajpiano
authored andcommitted
Correct comment in :input selector in Selecting Elements article. Fixes #306.
1 parent 6fc9783 commit 1eb457c

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
@@ -217,7 +217,7 @@ In order to get the best performance using `:image`, first select elements with
217217
Using the `:input` selector selects all `<input>`, `<textarea>`, `<select>`, and `<button>` elements:
218218

219219
```
220-
:input pseudo-selector
220+
// :input pseudo-selector
221221
// selects <input>, <textarea>, <select>, and <button> elements
222222
$("form :input");
223223
```

0 commit comments

Comments
 (0)