javascript - Stop a youtube video with jquery? -
I have a jQuery slider that I have created, basically only three pens that apply negative left CSS values Slide I works great, but I have a YouTube video that slides off on the slide. I have tried the display: No more visibility: hidden which works in all but in IE , Audio is going in IE.
Is there an easy way to kill video with jquery?
to:
player.stopVideo ()
then in jQuery:
$ ('# playerID'). Get (0) .stopVideo ();
Comments
Post a Comment