Skip to content

Instantly share code, notes, and snippets.

@marttosc
Created August 24, 2016 18:49
Show Gist options
  • Save marttosc/6bdd0f59d3c100cbc860573f740b4be5 to your computer and use it in GitHub Desktop.
Save marttosc/6bdd0f59d3c100cbc860573f740b4be5 to your computer and use it in GitHub Desktop.
Bootstrap modal: event close
$(document).on('hidden.bs.modal', '.modal', function () {
var player = $(this).find('.modal-content video');
player.pause();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment