摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2020-10-05 23:21 13522679763-任国强 阅读(98) 评论(0) 推荐(0)
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2020-10-05 23:20 13522679763-任国强 阅读(80) 评论(0) 推荐(0)
摘要: <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2020-10-05 23:19 13522679763-任国强 阅读(93) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1wATCjZRHF0dNcCoL5kw-pw 提取码:Eric 阅读全文
posted @ 2020-10-05 21:28 13522679763-任国强 阅读(106) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1T9fDy037-1gr2vuEi4kHSw 提取码:Eric 阅读全文
posted @ 2020-10-05 21:25 13522679763-任国强 阅读(347) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <meta name="viewport" content="width=device-width, user-scalable=no, 阅读全文
posted @ 2020-10-05 21:12 13522679763-任国强 阅读(183) 评论(0) 推荐(0)
摘要: (function (w) { /** * @param node 元素对象 * @param prop 样式名称 * @param value 样式的值 不带单位 * * @example setting transformCSS(box, 'translateX', 300); * @examp 阅读全文
posted @ 2020-10-05 21:11 13522679763-任国强 阅读(145) 评论(0) 推荐(0)
摘要: /** * * 函数名 * Touchview * * 使用示例 new Touchview('#box'); new Touchview('img'); new Touchview('div'); 依赖 gesture.js */function Touchview(selector) { //获 阅读全文
posted @ 2020-10-05 21:05 13522679763-任国强 阅读(223) 评论(0) 推荐(0)
摘要: /** * Created by Eric on 2020/10/5. */(function(w){ function gesture(el,callback){ // 增加自定义属性 el.hasGestureStartTriggered = false; // el 绑定 手势事件 // 模拟 阅读全文
posted @ 2020-10-05 21:03 13522679763-任国强 阅读(225) 评论(0) 推荐(0)