Skip to content

Instantly share code, notes, and snippets.

@huynhducduy
Created May 28, 2016 09:01
Show Gist options
  • Save huynhducduy/4eef40ccf8bd03a03740c9ffcd740590 to your computer and use it in GitHub Desktop.
Save huynhducduy/4eef40ccf8bd03a03740c9ffcd740590 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