Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery remove contents when i try to play a different video on click event
    primarykey
    data
    text
    <p>I am working on a page where i need to play youtube video in same page and when user click on any listed videos it should copy title &amp; date to the active video area.</p> <p>In my case it copies the content &amp; changes the video but it removed the active link when i click on the video list.</p> <p>Try to click on links, it will remove them one by one &amp; video wont also show</p> <p>My CODE on <a href="http://jsfiddle.net/KSMZ9/33/" rel="nofollow">jsFiddle</a></p> <p>HTML</p> <pre><code>&lt;div style="float:left; width=800px;" id="video_container"&gt; &lt;div class="active-iframe"&gt; &lt;iframe width="438" height="250" src="http://www.youtube.com/embed/vOnCRWUsSGA?wmode=transparent&amp;rel=0&amp;theme=light&amp;color=white&amp;autoplay=0" frameborder="0" allowfullscreen="1"&gt;&lt;/iframe&gt; &lt;/div&gt; &lt;/div&gt; &lt;span class="active-video-title"&gt;Title&lt;/span&gt; &lt;span class="active-video-date"&gt;Date&lt;/span&gt; &lt;div class="row"&gt; &lt;br&gt; &lt;a href="oDAw7vW7H0c" class="play-youtube"&gt; &lt;span class="youtube-thumbnail"&gt;Thumnnail 1&lt;/span&gt; &lt;div class="title-wrapper"&gt; &lt;span class="title"&gt;Title of the Video 1&lt;/span&gt; &lt;span class="date"&gt;Date 1&lt;/span&gt; &lt;/div&gt; &lt;/a&gt; &lt;br&gt; &lt;a href="5F-Wge37_ys" class="play-youtube"&gt; &lt;span class="youtube-thumbnail"&gt;Thumnnail 2&lt;/span&gt; &lt;div class="title-wrapper"&gt; &lt;span class="title"&gt;Title of the Video 2&lt;/span&gt; &lt;span class="date"&gt;Date 2&lt;/span&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="row2"&gt; &lt;br&gt; &lt;a href="oDAw7vW7H0c" class="play-youtube"&gt; &lt;span class="youtube-thumbnail"&gt;featured Thumnnail 1&lt;/span&gt; &lt;div class="title-wrapper-control"&gt; &lt;span class="featured-title"&gt;featured Title of the Video 1&lt;/span&gt; &lt;span class="featured-date"&gt;featured Date 1&lt;/span&gt; &lt;/div&gt; &lt;/a&gt; &lt;br&gt; &lt;a href="5F-Wge37_ys" class="play-youtube"&gt; &lt;span class="youtube-thumbnail"&gt;featured Thumnnail 2&lt;/span&gt; &lt;div class="title-wrapper-control"&gt; &lt;span class="featured-title"&gt;featured Title of the Video 2&lt;/span&gt; &lt;span class="featured-date"&gt;featured Date 2&lt;/span&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload