play iframe video onclick a link javascript

   <iframe id="video1" width="450" height="280" src="http://www.youtube.com/embed/TJ2X4dFhAC0?enablejsapi" frameborder="0" allowtransparency="true" allowfullscreen></iframe>
    <a href="#" id="playvideo">Play button</a>
    <script>
     $("#playvideo").click(function(){
      $("#video1")[0].src += "?autoplay=1";
     });
    </script>

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to play video in iframe using href using javascript how to play video in iframe using href play embedded iframe video click button iframe play on click play iframe video on click a link jauery how to play an iframe on click javascript play iframe iframe play video on click how to play iframe video when a button is clicked load video with javascript play video on click javascript play iframe javascript click on a link a video player html start iframe video on click movile start iframe video on click force iframe to start video on click play youtube videos on click click main youtube runtime html iframe video onclick event play iframe html iframe .play javascript iframe video control shpw youtube embed on click button onclick link to video play iframe video using jquery play video in link only using javascript function to play iframe video start/play embedded (iframe) youtube-video on click of an image play youtube video on click custom button how to play iframe video using jquery how to play an iframe in script jquery iframe play onclick youtube video play custom button codepen ifram start from using javascript js play iframe play iframe youtube on button click play youtube video iframe javascript play video iframe javascript play a youtube embed video onclick of javascript i have multiple iframe video need to on click play only one in jquery js iframe autoplay on click on click open a video js target video within iframe you tube video on clicking a button in a website jquery iframe play video Youtube javascript play iframe video how to play youtube video on click a button in html function.playlink javascript chrome play iframe on button click chrome play an iframe on button click js start iframe video play a iframe video play iframe video on click jquery onclick iframe video onclick iframe video play play youtube video on button click iframe play js on click how to play video in webpage javascript how to auto play iframe video iframe start video javascript play youtube video onclick a link click on a link to play video html javascript play iframe youtube on click jquery access video player inside iframe javascript iframe video click event angular 6 iframe video click event play youtube video on click custom button jquery jquery play youtube video play iframe video javascript jquery play iframe video jquery trigger youtube play force play iframe html with javascript play iframe html with javascript autoplay youtube embed onclick event play iframe video onclick a link javascript play iframe youtube video in js js video in iframe onclick play youtube video jquery html load youtube video onclick play video in iframe javascript iframe video autoplay javascript iframe play autoplay 1 video iframe jquery on lcik play iframe video
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source