Skip to content

Instantly share code, notes, and snippets.

@TechNinjaWeb
Created April 2, 2015 01:27
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 TechNinjaWeb/08828d06518a8f155bd0 to your computer and use it in GitHub Desktop.
Save TechNinjaWeb/08828d06518a8f155bd0 to your computer and use it in GitHub Desktop.
$(‘[id=*”abc-“]).each(function(e){
if (e.css(display: none) {
// write function here
}
})
@TechNinjaWeb
Copy link
Author

e.css('display') == 'none' <-- is the proper argument to put in the if statement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment