I have some JS which works with FF but not IE. While I like firebug more, IE9’s debug mode (F12) isn’t bad. Problem is I can’t figure out how to display the content of an object like console.log(obj) does with firebug. Can anyone help? Thanks
Share
Use console.dir() to display the object