/**
* 简单幻灯片
* 作者:kurosaki
**/
var swipebox = {
box:null,
nowpage:1, // 0 左 1 中 2 右
nowindex:0, //当前显示的数据下标
elementArr:null,//所绑定事件的数组
_dataArr:null,//数据 数组
open:function(){
box = ...
分类:
其他好文 时间:
2016-04-22 19:20:58
阅读次数:
143
下载地址:http://brutaldesign.github.io/swipebox/<!DOCTYPEhtml>
<htmllang="en">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8">
<metaname="viewport"content="width=device-width,initial-scale=1,maximum-scale=1..
分类:
其他好文 时间:
2015-10-15 10:11:43
阅读次数:
168
Swipebox是一款支持桌面、移动触摸手机和平板电脑的jquery Lightbox插件。该lightbox插件支持手机的触摸手势,支持桌面电脑的键盘导航,并且支持视频的播放。在线预览源码下载简要教程Swipebox是一款支持桌面、移动触摸手机和平板电脑的jQueryLightbox插件。Swip...
分类:
移动开发 时间:
2015-02-12 15:33:12
阅读次数:
201