$.log("message");: will send the message to the console
$.log(object);: will stringify the object
$("").debug(); will stringify the found objects
Copyright &© by the contributing authors. All material on this site is the property of the contributing authors.