I got a problem when using console.log in Google Chrome. Suddenly when I was outputting a element like $(this) it was display like:
console.log.apply(console, [].slice.call($('p'), 0))
-> ►…
, ►…
, viewed
Update: Simpler solution.
Rationale behind the console output change:
What was the rationale behind the request to not include attributes/textContent?
Response from pfeldman, DevTools developer:
people that dump DOM lists appreciate the dense look.
crbug.com/50316