| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
GLM.DOM.GetElement()
Method for returning an element by id or name. The element will first try to be obtained by the id, then fall back to the name.
Returns:
The matching element
Example:
var element = GLM.DOM.GetElement("myTextBox");
| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |