Skip to content

Instantly share code, notes, and snippets.

@thinkt4nk
Created May 26, 2011 21:40
Show Gist options
  • Save thinkt4nk/994149 to your computer and use it in GitHub Desktop.
Save thinkt4nk/994149 to your computer and use it in GitHub Desktop.
jquery.log.js
$.fn.log = function(options) {
this.each(function() {
console.log(this);
});
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment