Skip to content

Instantly share code, notes, and snippets.

@yellowberri-snippets
Created December 12, 2013 16:47
Show Gist options
  • Save yellowberri-snippets/7931135 to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/7931135 to your computer and use it in GitHub Desktop.
JS: JQUERY: Add .exists() method
$.fn.exists = function () {
return this.length !== 0;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment