Stormie / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

clearVideo #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to do some buttons to show more videos, I don't know that clearVideo() 
does but I had to empty some generated ID's:

$('#nextvideo').click(function() {
    ytplayer.stopVideo();
    ytplayer.clearVideo();
    $('#yt-container, #video-cover').remove();
    $('body').tubular('sbvG8fAoUOE','container');
});

Original issue reported on code.google.com by juanbr...@gmail.com on 7 Sep 2011 at 4:10

GoogleCodeExporter commented 8 years ago

It's not a bug; it's a feature.

Original comment by jenkins2...@gmail.com on 8 Dec 2011 at 7:56

GoogleCodeExporter commented 8 years ago
You can definitely manipulate tubular to suit your needs.  Perhaps I should 
write some helper functions into the plugin for switching on events?  I'll take 
this into consideration for future builds.

Original comment by seanmcca...@gmail.com on 24 Feb 2012 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by seanmcca...@gmail.com on 24 Feb 2012 at 5:04

GoogleCodeExporter commented 8 years ago
Just released 1.0.  Tubular is still only designed to work with a single video.

Original comment by seanmcca...@gmail.com on 1 Oct 2012 at 10:22