📄️ .add()
Adds the elements matching the selector to the current DoMini object
📄️ .closest()
Gets the closest parent elements for the selected elements
📄️ .find()
Gets the closest child elements by query slector for the selected elements
📄️ .first()
Gets the first element from the matched elements
📄️ .is()
Checks if any of the selected Elements match the selector
📄️ .last()
Gets the last element from the matched elements
📄️ .next()
Gets the subsequent (next) elements for the selected elements
📄️ .parent()
Gets the parent elements for the selected elements
📄️ .prev()
Gets the previous elements for the selected elements