Javascript and the DOM
November 20, 2009
An Inconvenient API - The Theory of the DOM(2006)
Douglas Crockford
Linking to script files
- You don't need language="javascript" in scripts
- Also don't need to comment code with HTML comments
- type="text/javascript" ignored if doing src=
Tips
- Put …