.getElement() / .el()
Available on: InDomRead-only reference to the underlying DOM element of the InDom object.Returns: {Element | Document} - Element or the documentThrows:
Error - If the underlying element has been removed
Examples:console.log($1('.example>div').el().scrollTop);Next: remove »