views:

16

answers:

2

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
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