Core Docs | Additional Modules Docs

Element.prototype.hide


@Description: Sets the display of the element to none, removing its from being displayed on the page
@File: Element/prototype/hide.js
@Return: returns itself
@Example:
myElement.hide();