Return to Snippet

Revision: 6929
at June 25, 2008 09:50 by mdi


Updated Code
jQuery.fn.log = function (msg) {
    console.log("%s: %o", msg, this);
    return this;
};

Revision: 6928
at June 25, 2008 09:50 by mdi


Initial Code
jQuery.fn.log = function (msg) {
    console.log("%s: %o", msg, this);
    return this;
};

Initial URL
http://ajaxian.com/archives/jquery-logging

Initial Description


Initial Title
jquery firebug log

Initial Tags
javascript, textmate, jquery, log

Initial Language
JavaScript