Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-12-03 (8 months ago) ![]() | Not enough user ratings | Total: 118 | All time: 388 This week: 8![]() |
Version | License | JavaScript version | Categories | |||
jquery-youtube 1.0 | BSD License | 5 | HTML, jQuery, Video |
/ * jQuery Youtube plugin * Class for loading Youtube videos and images * * https://github.com/kilhage/jquery-youtube * @creator Emil Kilhage, 2010 * @version: 1.0 * @date: 2010-11-14 04:33:30 * MIT Licensed. * Usage examples: *--------------------------------------------------------------- * Html: * @param href: youtube id * @param alt: json encoded string with the width and height * <a class="youtube" href="47piCmAB0s4" alt="{'width':'300','height':'240'}"></a> * * Javascript: * @param type: The type of element you want to get * $.fn.youtube(type); * * To load the image: * $('.youtube').youtube('image'); * * To load the video: * $('.youtube').youtube('video', config); *--------------------------------------------------------------- * The global object: * * $.youtube.config(); * Will return the current config * * $.youtube.config({ * autohide: true * }); * Will replace the default value of the autohide parameter * * $.youtube.config({ * autohide: true * }, true); * Will replace the current config with the config object that you pass *
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() ![]() |
Example | Example | ||
![]() |
Class | Class source | ||
![]() ![]() |
Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.