Javascript
From Bashlinux
Javascript
Javascript frameworks
- jQuery
- 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
console.log(object)
Useful to see object structure