Hi, I would like to see the structure of object in JavaScript (for debugging). Is there anything similar to var_dump in PHP? Thanks
|
|
|
|
|
|
|
Install
Then you will get a nicely mapped out interface of the object/whatever in the console. Check out the |
||
|
|
|
Then, in your javascript:
Now you can look at the console, click on the statement and see what is inside |
||
|
|
|
|
Please check out this post: "jQuery: print_r() display equivalent?" |
||
|
|
