jQuery YouTube plugin

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-07 12:42:44

软件介绍

这是一个用来播放 Youtube 视频和获取视频信息(预览图)的 jQuery 插件

示例代码:

// Getting video screenshot by YouTube video ID
$
.jYoutube('rSUfWXcNAOw');

// Returns video thumbnail by YouTube video URL
$
.jYoutube('http://www.youtube.com/watch?v=rSUfWXcNAOw', 'small');

本文地址:https://codercto.com/soft/d/22855.html

Data Structures and Algorithms in Python

Data Structures and Algorithms in Python

Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具