Skip to content

Instantly share code, notes, and snippets.

@MOxFIVE
Created June 8, 2016 18:01
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/a3184311aec8433b2ecd3cb48056cc12 to your computer and use it in GitHub Desktop.
Save MOxFIVE/a3184311aec8433b2ecd3cb48056cc12 to your computer and use it in GitHub Desktop.
// 已显示
if ($("elements").is(":visible")) {}
// 已隐藏:
if ($("elements").is(":hidden")) {}
// 判断的是 CSS display 属性
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment