Skip to content

Instantly share code, notes, and snippets.

@kostiantyn-petlia
Created August 17, 2015 15:49
Show Gist options
  • Select an option

  • Save kostiantyn-petlia/798b2861dd8f93bdc8c2 to your computer and use it in GitHub Desktop.

Select an option

Save kostiantyn-petlia/798b2861dd8f93bdc8c2 to your computer and use it in GitHub Desktop.
jQuery.fn.exists = function() {
return $(this).length;
}
// Example:
if( $("#findID").exists() ) {
// exists
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment