JavaScript

From GcatWiki
Revision as of 21:28, 24 June 2011 by Letaylor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Usually put javascript within html head
  • Hide javascript for browsers without support
    • < ! -- begin hiding //Stop -->""
  • // stuff = commented out like in java
  • If statements (ect) just like in java... also add ; after every line
  • Div and Span html tags = essential