Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript getelementbyid

// getElementById returns elements that have the id specified. Example:
document.getElementById("specificparagraph").style.color = "blue";
/* The element with the id "specificparagraph" will have its text changed to
blue. */
Source by www.erelcolak.com #
 
PREVIOUS NEXT
Tagged: #javascript #getelementbyid
ADD COMMENT
Topic
Name
8+3 =