I have an object I need to examine in IE8. I tried the developer tools and console.log, their Firebug equivalent. However, when I output the object to the log:<
console.log
A bit chunky but it works for DOM objects:
console.log( testNode.outerHTML.replace(testNode.innerHTML,"") );