Url: 
http://jquery.glyphix.com/
Description: 
jQuery plugin for debugging from glyphix.com. Works with the Firebug console or prints directly into the end of your pages. Include it into your project by using drupal_add_js('/path/to/jquery.debug.js') then chain a ".debug()" where ever an object is returned. e.g. $('div').filter('.hello').debug(); or get a quick glance at your variables with $.log(myVariable);.