Hi, a couple of weeks ago the console in chrome changed how it displays jquery elements. Previously id was like: [<div class="top-level"></div>,..] essentially an array of elements or a single element.
[<div class="top-level"></div>,..]
Now it's like:
http://zhereicome.com/experiments/statics/chrome-screencap.jpg
and I don't like it. It's less immediate. Is that a chrome update? Is it a setting? Is it jQuery?
thanks
Looks like they're just giving you more information than before.
Some might like...others won't.
Yea, it was an update across all versions of Chrome. I haven't been able to find a way to turn it off yet.
Hi, a couple of weeks ago the console in chrome changed how it displays jquery elements. Previously id was like:
[<div class="top-level"></div>,..]essentially an array of elements or a single element.Now it's like:
http://zhereicome.com/experiments/statics/chrome-screencap.jpg
and I don't like it. It's less immediate. Is that a chrome update? Is it a setting? Is it jQuery?
thanks
Looks like they're just giving you more information than before.
Some might like...others won't.
Yea, it was an update across all versions of Chrome. I haven't been able to find a way to turn it off yet.