Skip to content

Instantly share code, notes, and snippets.

@pineoc
Created May 15, 2016 13:50
Show Gist options
  • Save pineoc/e8cb65142217511f7307427ff34ed99d to your computer and use it in GitHub Desktop.
Save pineoc/e8cb65142217511f7307427ff34ed99d to your computer and use it in GitHub Desktop.
jquery iframe reload trick
$("#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