Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions entries/wrapAll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
<signature>
<added>1.4</added>
<argument name="function" type="Function">
<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>
<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>
<argument name="index" type="Integer" />
<return type="String"/>
<return>
<type name="String"/>
<type name="jQuery"/>
</return>
</argument>
</signature>
<desc>Wrap an HTML structure around all elements in the set of matched elements.</desc>
Expand Down