Language: Javascript
Uploaded:
Backward compatible version of getElementById();
Uploaded: 28/04/2007
Author: WSE
Website: http://www.webscriptexpert.com
Modifying the rendering of an element with an ID is relatively easy using document.getElementById. Modifying the attributes fo an entire class dynamically is a little more code, but the DOM does provide the means to do it through the stylesheet object; with some cross-browser variations.;
Language: Javascript
Uploaded:
getElementByClass;
Language: Javascript
Uploaded:
getElementsAt //JavaScript Function;