EduardET

Stop Bloom optin video from playing

Nov 9th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         var popupClose = $(".et_bloom_close_button");
  5.         popupClose.click(function(){
  6.             var video = $(".et_bloom_form_content video");
  7.             $(".et_bloom_form_content video")[0].pause();
  8.         })
  9.     });
  10. })(jQuery);
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment