Skip to content

Commit 26b34b1

Browse files
SoldierKBRedWolves
authored andcommitted
using-jquery-core/selecting-elements.md: ensured consistent teg representation in content.
Closes jquerygh-564 Formatted <select> in paragraph for :checked selector
1 parent c6f3c29 commit 26b34b1

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
@@ -138,7 +138,7 @@ Much like the `:button` pseudo-selector, it's best to first select elements with
138138

139139
#### :checked
140140

141-
Not to be confused with *:checkbox*, `:checked` targets *checked* checkboxes, but keep in mind that this selector works also for *checked* radio buttons, and select elements (for select elements only, use the `:selected` selector):
141+
Not to be confused with *:checkbox*, `:checked` targets *checked* checkboxes, but keep in mind that this selector works also for *checked* radio buttons, and `<select>` elements (for `<select>` elements only, use the `:selected` selector):
142142

143143
```
144144
$( "form :checked" );

0 commit comments

Comments
 (0)