A blog of (mostly) linux-related tricks I've found in my way
Monday, March 3, 2008
document.createElement() and document.getElementById() trick
An element is created using document.createElement(), will not be retrieved by a call to document.getElementById(), if such a element has not been inserted before in the document tree, using a container_element.appendChild() call.
No comments:
Post a Comment