/ Published in: JavaScript
this is my way of working out the contents of an object when I don't have access to a debugger like firebug
Expand |
Embed | Plain Text
for (key in object) { alert ("object["+key +"] = "+object[key]); }
Comments
Subscribe to comments
You need to login to post a comment.

try : http://getfirebug.com/firebuglite