Skip to content

Instantly share code, notes, and snippets.

@grim-reapper
Forked from AndrewChamp/iframed.js
Created December 24, 2018 06:11
Show Gist options
  • Select an option

  • Save grim-reapper/e3e3ee879fde22dba460ae882d82c975 to your computer and use it in GitHub Desktop.

Select an option

Save grim-reapper/e3e3ee879fde22dba460ae882d82c975 to your computer and use it in GitHub Desktop.
iFrame'd Site
$(document).ready(function($) {
if(window.location !== window.parent.location){
$('header, footer').hide();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment