php-dom-wrapper
php-dom-wrapper copied to clipboard
Elements get duplicated
trafficstars
Elements get duplicated when using append(), prepend(), before(), after()
https://github.com/scotteh/php-dom-wrapper/blob/a6c1c98a39852b128fb91602c4d55c5f1ae65f26/src/Traits/ManipulationTrait.php#L83
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.