Archive for the ‘firebug’ Category

February 11, 2009 0

jQuery.Firebug: A call for feedback.

By jasonkarns in firebug, javascript, jquery

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

January 6, 2009 16

Announcing jQuery.Firebug

By jasonkarns in firebug, javascript, jquery

I have been sitting on my latest jQuery plugin for some time now. Although I realize that the code is not yet of production quality and there are certainly bugs and features that remain to be addressed, I’ve decided that I should at least release this plugin to the wild. At the very [...]

Tags: , , ,