Javascript - GearedMountain/Web GitHub Wiki

Element Referencing

document.getElementById("Name")

Element Modifying

Element.value = "EntryValue"

Element.innerHTML = "VisualValue"

Function Define

function Name() { } windows[varname](params or empty); Invokes Function Using Variable Value as The Name