class-method
flagrate.Element.remove
flagrate.Element.remove(element) → Element
element
(Element
) – instance of Element.
Completely removes element
from the document and returns it.
This method is similar to http://api.prototypejs.org/dom/Element/remove/