what is the console.log mean? it is for what in jQuery?
A:
it will print log messages in your developer console (firebug/webkit dev tools/ie dev tools)
Matt Briggs
2010-07-24 05:29:47
A:
It has nothing to do with jQuery, it's just a handy js method built into modern browsers.
Think of it as a handy alternative to debugging via window.alert()
Rich
2010-07-24 05:33:27