javascript
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
javascript [2013/04/24 00:28] – created javapimp | javascript [2023/08/18 18:15] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Get Element ====== | ====== Get Element ====== | ||
+ | |||
+ | ===== getElementById() ===== | ||
+ | The getElementById() method returns the first element with the specified id. | ||
+ | |||
+ | < | ||
+ | document.getElementById(id) | ||
+ | </ | ||
+ | |||
+ | ^ Parameter ^ Description ^ | ||
+ | | '' | ||
+ | |||
+ | <code javascript> | ||
+ | var el = document.getElementById(" | ||
+ | alert(el.textContent); | ||
+ | </ | ||
===== getElementsByName() ===== | ===== getElementsByName() ===== |
javascript.1366763327.txt.gz · Last modified: 2023/08/18 18:15 (external edit)