Created
May 15, 2016 13:50
-
-
Save pineoc/e8cb65142217511f7307427ff34ed99d to your computer and use it in GitHub Desktop.
jquery iframe reload trick
This file contains hidden or 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
$("#iframe_id").attr("src", $("#iframe_id").attr("src")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment