Skip to content

Instantly share code, notes, and snippets.

@theconektd
Created December 5, 2008 08:55
Show Gist options
  • Save theconektd/32291 to your computer and use it in GitHub Desktop.
Save theconektd/32291 to your computer and use it in GitHub Desktop.
jQuery.fn.exists = function(fn) {
if (this.length) fn(this);
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment