Skip to content

Instantly share code, notes, and snippets.

@nicolasbinet
Created December 2, 2015 14:47
Show Gist options
  • Save nicolasbinet/9fcf5f9a56c9d59d2f6b to your computer and use it in GitHub Desktop.
Save nicolasbinet/9fcf5f9a56c9d59d2f6b to your computer and use it in GitHub Desktop.
$("#myModal").on('hidden.bs.modal', function (e) {
$("#myModal iframe").attr("src", $("#myModal iframe").attr("src"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment