Skip to content

Instantly share code, notes, and snippets.

@AndrewChamp
Last active December 24, 2018 06:11
Show Gist options
  • Save AndrewChamp/880a111b40cf24e84b44 to your computer and use it in GitHub Desktop.
Save AndrewChamp/880a111b40cf24e84b44 to your computer and use it in GitHub Desktop.
iFrame'd Site
$(document).ready(function($) {
if(window.location !== window.parent.location){
$('header, footer').hide();
}
});
@AndrewChamp
Copy link
Author

Allows you to hide elements of your site if it's being iframed.

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