Categories: Marketing

Stop playing the YouTube video when I close the modal window

How to Stop playing the popup video when closing the modal window?

// stop playing the youtube video when I close the modal
         $('#myModal').on('hide.bs.modal', function (e) {
           // a poor man's stop video
           $("#video").attr('src',''); 
         })

Best way to stop background or popup played video

Tamir Khan

Leave a Comment

Recent Posts

Security Disable root login, Configure SSHD Configuration:

Ensure that root login is disabled in the SSHD configuration file (sshd_config). Set PermitRootLogin no.…

3 months ago

Separate AWS EC2 account VS Single AWS EC2

The choice between a single AWS hosting instance with multiple cPanel accounts and a single…

5 months ago

Top 22+ AWS Interview Questions and Answers for 2021

Here are some common AWS interview questions and answers: What is AWS? AWS stands for…

7 months ago

How To Fix the “Warning: Remote Host Identification Has Changed” Error

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE…

1 year ago

What is SSL?

SSL stands for Secure Sockets Layer, which is a security protocol used to establish a…

1 year ago

5 Ways to Fix the “Sorry, You Are Not Allowed to Access This Page” Error in WordPress

If you are encountering the "Sorry, you are not allowed to access this page" error…

1 year ago

This website uses cookies.