Skip to content

Commit 65733cf

Browse files
AurelioDeRosakswedberg
authored andcommitted
wrapInner(): Add accepted types for the wrappingElement argument. Closes jquery#520
1 parent 73f074b commit 65733cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

entries/wrapInner.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
<title>.wrapInner()</title>
44
<signature>
55
<added>1.2</added>
6-
<argument name="wrappingElement" type="String">
6+
<argument name="wrappingElement">
77
<desc>An HTML snippet, selector expression, jQuery object, or DOM element specifying the structure to wrap around the content of the matched elements.</desc>
8+
<type name="htmlString"/>
9+
<type name="Selector"/>
10+
<type name="jQuery"/>
11+
<type name="Element"/>
812
</argument>
913
</signature>
1014
<signature>

0 commit comments

Comments
 (0)