We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61975a commit 2848695Copy full SHA for 2848695
entries/parent-selector.xml
@@ -5,7 +5,7 @@
5
<signature>
6
<added>1.0</added>
7
</signature>
8
- <desc>Select all elements that that have at least one child node (either an element or text).</desc>
+ <desc>Select all elements that have at least one child node (either an element or text).</desc>
9
<longdesc>
10
<p>This is the inverse of <code>:empty</code>. </p>
11
<p>One important thing to note regarding the use of <code>:parent</code> (and <code>:empty</code>) is that child nodes include text nodes.</p>
@@ -27,4 +27,4 @@
27
<category slug="selectors/content-filter-selector"/>
28
<category slug="selectors/jquery-selector-extensions"/>
29
<category slug="version/1.0"/>
30
-</entry>
+</entry>
0 commit comments