Code
Languages
Users
Login
or
Signup
programming is hard
A nice simple jquery logger
Posted by
Chad Humphries
2 months ago / Source:
http://ajaxian.com/archives/jquery-logging
jQuery.fn.log = function (msg) { console.log("%s: %o", msg, this); return this; };
Language
JavaScript
/ Tagged with
jquery
,
logging