Skip to content

Instantly share code, notes, and snippets.

@felipepodesta
Forked from huynhducduy/exists.jquery.js
Created October 6, 2016 11:10
Show Gist options
  • Select an option

  • Save felipepodesta/78467d3b06adb037854f716028fa4ef2 to your computer and use it in GitHub Desktop.

Select an option

Save felipepodesta/78467d3b06adb037854f716028fa4ef2 to your computer and use it in GitHub Desktop.
// Jquery exists function
/**
* jQuery exists() method can check if a selector matches or not
* @return {boolean}
*/
jQuery.fn.exists = function() {
return this.length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment