Latest Javascript Entry
console.log() – A lightweight Firebug error protection function
I did some searching for a function to keep IE from barking at the user if they didn’t have Firebug or Console API in their browser. And their are a ton of simplistic functions that turned up that usually just cover the log, warn, error, and info functions of the console API. I like to [...]
