[jQuery] Re: firebug regression: console.log($('div')) less useful

2009-01-02 Thread Dan G. Switzer, II
It's a Firebug change. Use console.dir() instead (but I agree--I like the old console.log() method) On Fri, Jan 2, 2009 at 1:10 AM, Danny d.wac...@prodigy.net wrote: Has anyone else noticed that Firebug before 1.2 would treat console.log ($('div')) as an array and list all the matched

[jQuery] Re: firebug regression: console.log($('div')) less useful

2009-01-02 Thread Danny
Thanks; I didn't know about console.dir(). My workaround puts it on fewer lines, without all the jQuery plugins, so it's more useful. On Jan 2, 9:59 am, Dan G. Switzer, II dswit...@pengoworks.com wrote: It's a Firebug change. Use console.dir() instead (but I agree--I like the old console.log()