Skip to content

Instantly share code, notes, and snippets.

@heobay
Last active January 2, 2016 13:39
Show Gist options
  • Select an option

  • Save heobay/8311674 to your computer and use it in GitHub Desktop.

Select an option

Save heobay/8311674 to your computer and use it in GitHub Desktop.
jquery: Check if a element exist
if ($(selector).length>0) {
// Do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment