Community Member Profile
Jade Edward
Member since Oct 18, 2012
- Profile: /members/10364-Jade-Edward.htm
- Comments: 1
- Points: 9
Recent Blog Comments By Jade Edward
-
FireBug's Console For Debugging Javascript Data (Thanks Ray Camden)
Posted on Oct 18, 2012 at 5:40 PM
Here's a handy snippet to enable IE to handle console.log() before the dev tools are opened, so you don't get those nasty errors: if (!window.console) console = {log: function() {}};... read more »



