Javascript: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
No edit summary
Manpaz (talk | contribs)
No edit summary
Line 14: Line 14:
</nowiki></pre>
</nowiki></pre>


Useful to see object structure
Useful to see the object structure

Revision as of 02:22, 12 March 2011

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 the object structure