Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Programmer's Reference - Element Object

You are here: irt.org | XRef | HTML | Element

Element Object

Object/HTML
Internet Explorer 4
Netscape Navigator 6

Element Methods

NameMSIENNavNotes
addBehavior()5-
applyElement()5-
clearAttributes()5-This may not be supported on all platforms that MSIE runs on.
click()4-
componentFromPoint()5-
contains()4-
doScroll()5-
getAdjacentText()5-
getAttribute()46
getAttributeNode()56
getElementsByTagName()56
getExpression()5-
insertAdjacentHTML()4-You cannot call this method while the document is loading.
insertAdjacentText()4-You cannot call this method while the document is loading.
mergeAttributes()5-
normalize()-6
releaseCapture()5-
removeAttribute()46
removeAttributeNode()56
removeBehavior()5-
removeExpression()5-
replaceAdjacentText()5-
scrollIntoView()4-
setAttribute()46
setAttributeNode()56
setCapture()5-
setExpression()5-

Element Properties

NameMSIENNavNotes
canHaveChildren5-
canHaveHTML5.5-
className46This property used to be called Element.class but has been renamed as of DOM l
clientHeight4-
clientLeft4-
clientTop4-
clientWidth4-
contentEditable5.5-
currentStyle5-
dir56
document4-
firstChild56
hideFocus5.5-
id46
innerHTML46
innerText4-
isContentEditable5.5-
isDisabled5.5-
isTextEdit4-
lang46
language4-
lastChild56
nextSibling56
nodeName56
nodeType56
nodeValue56
offsetHeight4-The offset properties are implemented vary inconsistently across platforms and versions of MSIE.
offsetLeft4-The offset properties are implemented vary inconsistently across platforms and versions of MSIE.
offsetParent4-The offset properties are implemented vary inconsistently across platforms and versions of MSIE.
offsetTop4-The offset properties are implemented vary inconsistently across platforms and versions of MSIE.
offsetWidth4-The offset properties are implemented vary inconsistently across platforms and versions of MSIE.
onevent54
outerHTML4-
outerText4-
ownerDocument56
parentElement4-
parentNode56
parentTextEdit4-
previousSibling56
readyState4-
runtimeStyle5-
scopeName5-
scrollHeight5-This functionality is sufficiently unportable as to preclude its use from any useful purpose.
scrollLeft5-This functionality is sufficiently unportable as to preclude its use from any useful purpose.
scrollTop5-This functionality is sufficiently unportable as to preclude its use from any useful purpose.
scrollWidth5-This functionality is sufficiently unportable as to preclude its use from any useful purpose.
sourceIndex4-This value may change if new objects are added to the document.
style46
tagName46
tagUrn5-
title46
uniqueID5-

Element Collectons

NameMSIENNavNotes
all[]4-
attributes[]56
behaviorUrns[]5-
childNodes[]56
children[]4-
filters[]4-


You are here: irt.org | XRef | HTML | Element

©2018 Martin Webb