-
1342516288853_zcool.com.cn
html5实现分页,通过html5及javascript实现(html5 implement paging through html5 and javascript to achieve)
- 2013-07-13 11:24:27下载
- 积分:1
-
tree
jquery jstree 源码,样例 javascript(jquery jstree source code, sample)
- 2009-09-23 11:17:15下载
- 积分:1
-
基于Resin的一个简单的web网站
一个简单的基于Resin的“土族文化传播系统”网站。我还是一名学生,老师留的答辩大作业,现在上传是希望各位前辈给点建议,如何做的更好。
- 2022-05-05 15:09:41下载
- 积分:1
-
FrCapture-master
说明: ## 视频截图工具
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<script src="poster.js"></script>
```
在视频预览界面调用:
```
poster($('video')[0],function(e){
//console.log(e);
if(e.bool){
//输出文件对象
var blob=e.data;//返回的是blob对象
console.log(blob);
p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径
}
});
```
### 使用extendvideo.js
`extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法
。
用法:
```
var blob=$('video')[0].getPoster();//返回图片blob对象
```
## 原理
此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。
你的浏览器需要支持`HTML5`(### simple to use
Main documents:
.
<script src= "poster.js" ></script>
.
Call on the video preview interface:
.
Poster ($('video') [0], function (E) {)
//console.log (E);
If (e.bool) {
/ / output file object
Var blob=e.data; / / return is blob
Console.log (BLOB);
P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path
}
});
.
The use of extendvideo.js ###
The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it.
.
Usage:
.
Var blob=$('video') [0].getPoster (BLOB); / / return picture object
.
## principle
This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob.
## compatibility
Your browser needs to support `HTML5`)
- 2018-01-16 10:49:42下载
- 积分:1
-
jquery-2.1.3.min
jquery-2.1.3.min开源数据库
秒表计时器代码用以网站建设
- 2022-08-19 23:45:25下载
- 积分:1
-
完整的搭建ssm框架
这是我自己搭建的ssm框架! spring+springmvc+mybatis 加上自己整理的js+jquery+ajax!!!!需要的同学可以参考哦。不会的可以咨询哦。是spring4哦
- 2022-11-17 18:40:09下载
- 积分:1
-
nodePHP-master
this is a chat node.js source .
- 2017-12-09 19:11:45下载
- 积分:1
-
解锁解锁解锁
1、网络模块
2、用户登录
3、sqlite
4、文件操作
- 2022-06-16 05:07:34下载
- 积分:1
-
respond.js
IE8不完全支持box-sizing:border-box与min-width, max-width, min-height或max-height的一起使用.所以,v3.0.1的bootstrap中对container的类,已经不再使用max-width了。需要使用
- 2022-03-22 17:54:45下载
- 积分:1
-
ApiMethod
Representation of a method in the API with parameters (arguments) and a return value for Andriod.
- 2013-10-16 13:58:04下载
- 积分:1