Created
October 17, 2016 19:08
-
-
Save tiagoamx/9b8662d01d653292bf56187e5929273b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//@author @tiagoamx | |
// Clear the contents of the iframe after being loaded | |
$("#iframeid").contents().find("body").html(""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment