Skip to content

Instantly share code, notes, and snippets.

@mmirolim
Created July 17, 2014 18:43
Show Gist options
  • Save mmirolim/8dc492c0aab96f56e810 to your computer and use it in GitHub Desktop.
Save mmirolim/8dc492c0aab96f56e810 to your computer and use it in GitHub Desktop.
Test if in iframe
if ( window.location !== window.parent.location ) {
// The page is in an iframe
} else {
// The page is not in an iframe
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment