Skip to content

Instantly share code, notes, and snippets.

@astockwell
Last active October 13, 2015 15:28
Show Gist options
  • Save astockwell/4217149 to your computer and use it in GitHub Desktop.
Save astockwell/4217149 to your computer and use it in GitHub Desktop.
Detect if element exists on page in jQuery
if ($('.lt-ie8').is('*')) {
//code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment