📄️ .append()
Appends elements to the matched elements as their last child.
📄️ .clone()
Clones all matched elements and returns them in a DoMini object
📄️ .detach()
Detaches all matched elements from te DOM tree and returns them in a DoMini object
📄️ .prepend()
Prepends elements to the matched elements as the first child.
📄️ .remove()
Removes all matched elements from te DOM tree and returns them in a DoMini object