Skip to content

Instantly share code, notes, and snippets.

@nowk
Created October 27, 2011 19:21
Show Gist options
  • Save nowk/1320571 to your computer and use it in GitHub Desktop.
Save nowk/1320571 to your computer and use it in GitHub Desktop.
jQuery #exists() method
jQuery.fn.exists = function() { return jQuery(this).length>0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment