1.0.0 • Published 10 years ago

jqyt v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

jqyt

jQuery plug-in for the YouTube iFrame API

####Basic Example

HTML

<div class="video" style="width:500px;height:300px;"></div>

JavaScript

$( '.video' ).jqyt( { videoId: 'bHQqvYy5KYo' } );

####Basic Example : Multiple Videos

HTML

<div class="video" data-jqyt-video-id="bHQqvYy5KYo" style="width:500px;height:300px;"></div>
<div class="video" data-jqyt-video-id="EgeMgjplANY" style="width:500px;height:300px;"></div>

JavaScript

$( '.video' ).jqyt();