Skip to content

Instantly share code, notes, and snippets.

@libo1106
Created January 22, 2013 16:49
Show Gist options
  • Save libo1106/4596186 to your computer and use it in GitHub Desktop.
Save libo1106/4596186 to your computer and use it in GitHub Desktop.
Check if Element Exists
if ($('#myElement').length > 0) {
// it exists
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment