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
<p>If there is more than one target element, however, cloned copies of the inserted element will be created for each target after the first.</p>
69
+
<p>If there is more than one target element, however, cloned copies of the inserted element will be created for each target except for the last one.</p>
<p>Similar to other content-adding methods such as <code><ahref="/prepend/">.prepend()</a></code> and <code><ahref="/before/">.before()</a></code>, <code>.append()</code> also supports passing in multiple arguments as input. Supported input includes DOM elements, jQuery objects, HTML strings, and arrays of DOM elements.</p>
72
72
<p>For example, the following will insert two new <code><div></code>s and an existing <code><div></code> as the last three child nodes of the body:</p>
0 commit comments