Dumping out Value on console using jQuery
Posted
by Rachel
on Stack Overflow
See other posts from Stack Overflow
or by Rachel
Published on 2010-04-11T23:56:40Z
Indexed on
2010/04/12
0:23 UTC
Read the original article
Hit count: 794
jQuery
|JavaScript
Hello,
I come from PHP background and am used to doing var_dump, echo and print_r while doing some kind of debugging.
I have just started on jquery, today is my first day infact and am trying to see if there is a way to dump out value to firebug console.
Do we have similar function to var_dump or echo in jQuery or any other way to get values or debug statements displayed on the console ?
© Stack Overflow or respective owner