HuyPV
Thursday, December 23, 2010
appendChild(node)
cloneNode(deepBoolean)
getAttribute(attributeName)
hasAttribute(attributename)
hasAtrributes()
removeAttribute(attributename)
setAttribute(attributename, value)
getElementsByTagName(tagName)
hasChildNodes()
removeChild(childreference)
insertBefore(newElement, targetElement)
insertAfter(newElement, targetElement)
replaceChild(newChild, oldChild)
item(index)
// document.getElementsByTagName('div').item(0).innerHTML;
Title:
Javascript DOM Element Methods
Description:
appendChild(node) cloneNode(deepBoolean) getAttribute(attributeName) hasAttribute(attributename) hasAtrributes() removeAttribute(attri...
...
Rating:
4