Skip to content

Commit 29bf132

Browse files
authored
contains-selector: Mark :contains() as a jQuery extension
For some reason, the relevant category was missing despite `:contains()` definitely not being a standard pseudo. Closes gh-1219
1 parent 8b7a184 commit 29bf132

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entries/contains-selector.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ $( "div:contains('John')" ).css( "text-decoration", "underline" );
2525
]]></html>
2626
</example>
2727
<category slug="selectors/content-filter-selector"/>
28+
<category slug="selectors/jquery-selector-extensions"/>
2829
<category slug="version/1.1.4"/>
2930
</entry>

0 commit comments

Comments
 (0)