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