Skip to content

Commit cbebba7

Browse files
AurelioDeRosakswedberg
authored andcommitted
Update is(). Argument can take more than one element. Closes jquery#415
1 parent 2ee862f commit cbebba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/is.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</signature>
2222
<signature>
2323
<added>1.6</added>
24-
<argument name="element" type="Element">
25-
<desc>An element to match the current set of elements against.</desc>
24+
<argument name="elements" type="Element">
25+
<desc>One or more elements to match the current set of elements against.</desc>
2626
</argument>
2727
</signature>
2828
<desc>Check the current matched set of elements against a selector, element, or jQuery object and return <code>true</code> if at least one of these elements matches the given arguments.</desc>

0 commit comments

Comments
 (0)