Skip to content

Instantly share code, notes, and snippets.

@raphaelchaib
Created October 20, 2016 19:39
Show Gist options
  • Save raphaelchaib/cdb3e1b1184651dfd6140e94dac70cfd to your computer and use it in GitHub Desktop.
Save raphaelchaib/cdb3e1b1184651dfd6140e94dac70cfd to your computer and use it in GitHub Desktop.
JavaScript: Reload frame
function reloadFrame(iframe) {
iframe.parentNode.replaceChild(iframe.cloneNode(), iFrame);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment