上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页
摘要: 在这个产品高体验的社会,打开响应速度是非常重要的, 以下2篇总结的很好,可参考借鉴: https://zhuanlan.zhihu.com/p/25718817 http://www.cnblogs.com/smjack/archive/2009/02/24/1396895.html 阅读全文
posted @ 2017-03-30 11:07 James2019 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 经测试,Sortable.js 兼容好和使用方便都是比较不错的,特别手机端使用很棒 介绍 Sortable.js是一款轻量级的拖放排序列表的js插件(虽然体积小,但是功能很强大)下载地址:https://github.com/RubaXa/Sor...官方DEMO:https://sortablej 阅读全文
posted @ 2017-03-27 18:00 James2019 阅读(35726) 评论(0) 推荐(1) 编辑
摘要: jquery用法: 拖动: 一般用法: 官网: http://hammerjs.github.io/ 在线调试: http://codepen.io/jtangelder/pen/lgELw 网上: http://www.tuicool.com/articles/VNRjym7 http://blo 阅读全文
posted @ 2017-03-09 18:24 James2019 阅读(928) 评论(0) 推荐(0) 编辑
摘要: 很有用的IcoMoon,在线制作工工具:https://icomoon.io/app/#/select/font 大神解说:如何灵活利用免费开源图标字体-IcoMoon篇http://www.zhangxinxu.com/wordpress/2012/06/free-icon-font-usage- 阅读全文
posted @ 2017-03-08 17:49 James2019 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 如图,把上面红蓝色拖放到下面 使用方法比较简单,如下代码: 下面排序demo支持手机端,但不支持长按再移动,只能轻按移动: 源码下载: https://github.com/bevacqua/dragula?hmsr=toutiao.io&utm_medium=toutiao.io&utm_sour 阅读全文
posted @ 2017-03-06 17:50 James2019 阅读(920) 评论(0) 推荐(0) 编辑
摘要: html /*! * iScroll v4.2.5 ~ Copyright (c) 2012 Matteo Spinelli, http://cubiq.org * Released under MIT license, http://cubiq.org/license */ (function(w 阅读全文
posted @ 2017-03-03 15:40 James2019 阅读(1440) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-02-27 16:58 James2019 阅读(11) 评论(0) 推荐(0) 编辑
摘要: // jquery 兼容的滚轮事件 $(document).on("mousewheel DOMMouseScroll", function (e) { var delta = (e.originalEvent.wheelDelta && (e.originalEvent.wheelDelta > 0 ? 1 : -1)) || // chrome & ie ... 阅读全文
posted @ 2017-02-26 21:55 James2019 阅读(4165) 评论(0) 推荐(1) 编辑
摘要: 下面直接放测试代码: index.html m.manifest test.css test.js 测试通过 阅读全文
posted @ 2017-02-24 12:40 James2019 阅读(245) 评论(0) 推荐(0) 编辑
摘要: http://www.helloweba.com/view-blog-226.html 阅读全文
posted @ 2017-02-22 15:43 James2019 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页