Posts by Róger Cardoso • 11 points
1 post
-
1
votes3
answers2014
viewsA: Video continues running at close modal
If you have multiple video modes, the best way to deal with it is this: $('#testemodal').on('hidden.bs.modal', function(e) { var $iframes = $(e.target).find('iframe'); $iframes.each(function(index,…