Sorry, new to Firebug. I really find being able to run javascript in the Firebug console window helpful. However, I don\'t seem to be able to run jQuery calls in the console.
Just put this before your code in firebug console:
include("jquery");
more...