Skip to content

Instantly share code, notes, and snippets.

@MOxFIVE
Created June 8, 2016 17:37
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 MOxFIVE/a21e1cbf44cdd409142bb9b098fb910f to your computer and use it in GitHub Desktop.
Save MOxFIVE/a21e1cbf44cdd409142bb9b098fb910f to your computer and use it in GitHub Desktop.
// 不存在
if (!$("element").length) { }
// 存在
if ($("element").length) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment