Skip to content

Instantly share code, notes, and snippets.

@thirdj
Created August 7, 2013 02:26
Show Gist options
  • Select an option

  • Save thirdj/6170687 to your computer and use it in GitHub Desktop.

Select an option

Save thirdj/6170687 to your computer and use it in GitHub Desktop.
$.fn.exist
$.fn.exist = function(){
return this.length > 0;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment