php-dom-wrapper icon indicating copy to clipboard operation
php-dom-wrapper copied to clipboard

Elements get duplicated

Open shinsenter opened this issue 4 years ago • 1 comments
trafficstars

Elements get duplicated when using append(), prepend(), before(), after()

https://github.com/scotteh/php-dom-wrapper/blob/a6c1c98a39852b128fb91602c4d55c5f1ae65f26/src/Traits/ManipulationTrait.php#L83

shinsenter avatar Jan 22 '21 08:01 shinsenter

If there are multiple append targets, all of the appended elements but the last one should be clones, and the last one should be moved. This is what jQuery does.

rulatir avatar Mar 18 '24 00:03 rulatir