Skip to content

Instantly share code, notes, and snippets.

@hanssens
Created May 16, 2011 12:23
Show Gist options
  • Save hanssens/974351 to your computer and use it in GitHub Desktop.
Save hanssens/974351 to your computer and use it in GitHub Desktop.
jQuery - IsIFrame()
var IsIFrame = (window.location != window.parent.location) ? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment