Debugging javascript code can be really a pain in the ass. But if you use firebug Firefox extension you can easily output any important code directly to the console.
Just type in your code:
console.log('hello world!!!!');
Firebug has much more great features and I cannot imagine writing javascript or ajax code without using it. Definitely this is the best firefox extension ever.
No hay comentarios:
Publicar un comentario