You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/wrapAll.xml
+5-2
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,12 @@
14
14
<signature>
15
15
<added>1.4</added>
16
16
<argumentname="function"type="Function">
17
-
<desc>A function that returns a structure to wrap around the matched elements. Receives the index position of the element in the set as an argument. Within the function, <code>this</code> refers to the current element in the set.</desc>
17
+
<desc>A callback function returning the HTML content or jQuery object to wrap around the matched elements. Receives the index position of the element in the set as an argument. Within the function, <code>this</code> refers to the current element in the set.</desc>
18
18
<argumentname="index"type="Integer" />
19
-
<returntype="String"/>
19
+
<return>
20
+
<typename="String"/>
21
+
<typename="jQuery"/>
22
+
</return>
20
23
</argument>
21
24
</signature>
22
25
<desc>Wrap an HTML structure around all elements in the set of matched elements.</desc>
0 commit comments