Difference between revisions of "JavaScript"

From GcatWiki
Jump to: navigation, search
(Created page with '*Usually put javascript within html head *Hide javascript for browsers without support **<!-- begin hiding //Stop --> *// stuff = commented out like in java *If s…')
(No difference)

Revision as of 21:28, 24 June 2011

  • Usually put javascript within html head
  • Hide javascript for browsers without support
  • // stuff = commented out like in java
  • If statements (ect) just like in java... also add ; after every line
  • Div and Span html tags = essential