File: README.md

Recommend this page to a friend!
  Classes of Emil Kilhage   jQuery YouTube Player Plugin   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: jQuery YouTube Player Plugin
Embed YouTube video player and images in a page
Author: By
Last change: renamed readme
Date: 2 years ago
Size: 1,437 bytes
 

Contents

Class file image Download

/ * 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 *

www.glooby.com www.glooby.se