Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created June 9, 2010 09:03
Show Gist options
  • Save badsyntax/431248 to your computer and use it in GitHub Desktop.
Save badsyntax/431248 to your computer and use it in GitHub Desktop.
$.fn.exists = function( func ){
return ( this.length && func && func.apply( this ) ) ? this : ( !func ? this.length : this );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment