We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e6cef commit 3fc31d0Copy full SHA for 3fc31d0
entries/not.xml
@@ -3,14 +3,11 @@
3
<title>.not()</title>
4
<signature>
5
<added>1.0</added>
6
- <argument name="selector" type="Selector">
7
- <desc>A string containing a selector expression to match elements against.</desc>
8
- </argument>
9
- </signature>
10
- <signature>
11
- <added>1.0</added>
12
- <argument name="elements" type="Elements">
13
- <desc>One or more DOM elements to remove from the matched set.</desc>
+ <argument name="selector">
+ <desc>A string containing a selector expression, a DOM element, or an array of elements to match against the set.</desc>
+ <type name="Selector"/>
+ <type name="Element"/>
+ <type name="Array"/>
14
</argument>
15
</signature>
16
0 commit comments