Skip to content

Instantly share code, notes, and snippets.

@lukeandersen
Created August 12, 2014 13:00
Show Gist options
  • Select an option

  • Save lukeandersen/8f79e06138dd199b07df to your computer and use it in GitHub Desktop.

Select an option

Save lukeandersen/8f79e06138dd199b07df to your computer and use it in GitHub Desktop.
Exists plugin jQuery
$.fn.exists = function () {
return this.length !== 0;
}
// usage
$('.my-item').exists();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment