Possible Duplicate:
console.log jquery element on chrome look strange
Assuming plain jQuery console.log( $('form') ) example.
A month before or so, Google Chrome console output was in format:
[
<form class="edit" data-subdomain="f661a0b98992">…</form>
]
which I could expand, see children etc.
Lately the console.log outputs something like this:
[<form>, context: <form>]
Which is also an expandable object but it contains unnecesary information for me and I can’t find the ‘clean’ HTML children structure. I want the ‘old’ format. Now, how do I do that?
Try this: