Javascript

From Bashlinux
Revision as of 02:22, 12 March 2011 by Manpaz (talk)
Jump to: navigation, search

Javascript

Javascript frameworks

  1. jQuery
  2. ExtJS

Debugging

  • To print out objects, even the ones coming from PHP, use Firefox or Google Chrome and the add to the code:
 console.log(object)
 
Useful to see object structure