Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@voku
Created June 15, 2014 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voku/510752eb88ea05334911 to your computer and use it in GitHub Desktop.
Save voku/510752eb88ea05334911 to your computer and use it in GitHub Desktop.
Check if Element Exists #jquery
if ($('#myElement').length > 0) {
// it exists
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment