Closed
Description
If there is more than one target element, however, cloned copies of the inserted element will be created for each target after the first.
should be
If there is more than one target element, however, cloned copies of the inserted element will be created for each target except the last.
Affects .append()
, .prepend()
, .appendTo()
etc.