As a result of some of the discussion following from my post on my new jQuery plugin, jQuery.Firebug I’m soliciting feedback for its desired behavior. Example:
$(‘.setA’).log();
$(‘.setB’).log(“some”, “information”);
$(‘.setC’).log(“title attribute is: “, “.attr(‘title’)”);
Some explanation. The log method follows the same rules as the Firebug console.log method. It can take 0 or more arguments that are concatenated into [...]
Tags: debugging, firebug, javascript, jquery






