Get help, type "help" in Firebug's Console. >>> help """ Firebug-1.1.0b12 with jQuery-1.2.3 inserted edition 1.0
$ = jQuery = $jQuery if $ and jQuery are covered, you can use $jQuery $("*").a() display elements as array, not display a jQuery object $.usejs("URL_of_script") you can insert your favorite library into current page, so you can use it on current page $.winlist() display all window objects on current page, so you can debug frames pages easily (use cd(WINDOW_NAME) to switch the working window) $.curwin() display the current working window's info $.extcmd(jQuery_object) when the page content a jquery.js, you can use $jQuery.extcmd($) to extend jQuery, then you can use above functions easily extended by kinpoo at gmail.com """ enjoy.