Remove the elements from their parent nodes.
// Remove all elements with the 'rem' classapply({'.rem': (...elements) => remove(elements)}); Copy
// Remove all elements with the 'rem' classapply({'.rem': (...elements) => remove(elements)});
Remove the elements from their parent nodes.