JavaScript

From GcatWiki
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