Skip to content

Instantly share code, notes, and snippets.

@gabrieleromanato
Created May 13, 2012 09:05
Show Gist options
  • Save gabrieleromanato/2687077 to your computer and use it in GitHub Desktop.
Save gabrieleromanato/2687077 to your computer and use it in GitHub Desktop.
jQuery Exists
(function($) {
$.fn.exists = function() {
return this.length > 0;
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment