Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function($) {
- $(document).ready(function() {
- var popupClose = $(".et_bloom_close_button");
- popupClose.click(function(){
- var video = $(".et_bloom_form_content video");
- $(".et_bloom_form_content video")[0].pause();
- })
- });
- })(jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment