会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
James的博客园
博客园
首页
新随笔
联系
管理
上一页
1
···
20
21
22
23
24
25
26
27
28
···
31
下一页
2017年3月30日
加快页面打开速度
摘要: 在这个产品高体验的社会,打开响应速度是非常重要的, 以下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
阅读(323)
评论(0)
推荐(0)
2017年3月27日
拖放排序插件Sortable.js 兼容好及功能全个人觉得比dragula.js 好的多
摘要: 经测试,Sortable.js 兼容好和使用方便都是比较不错的,特别手机端使用很棒 介绍 Sortable.js是一款轻量级的拖放排序列表的js插件(虽然体积小,但是功能很强大)下载地址:https://github.com/RubaXa/Sor...官方DEMO:https://sortablej
阅读全文
posted @ 2017-03-27 18:00 James2019
阅读(35900)
评论(0)
推荐(1)
2017年3月9日
Hammer.js 移动端手势库,多点触控插件
摘要: 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
阅读(953)
评论(0)
推荐(0)
2017年3月8日
图标网站,IcoMoon,自己动手做一个 font
摘要: 很有用的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
阅读(371)
评论(0)
推荐(0)
2017年3月6日
dragula 一个 JavaScript 库,实现了网页上的拖放位置
摘要: 如图,把上面红蓝色拖放到下面 使用方法比较简单,如下代码: 下面排序demo支持手机端,但不支持长按再移动,只能轻按移动: 源码下载: https://github.com/bevacqua/dragula?hmsr=toutiao.io&utm_medium=toutiao.io&utm_sour
阅读全文
posted @ 2017-03-06 17:50 James2019
阅读(938)
评论(0)
推荐(0)
2017年3月3日
iscroll.js 手机上下滑动 加载更多
摘要: 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
阅读(1445)
评论(0)
推荐(0)
2017年2月27日
js/ jquery 收集
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-02-27 16:58 James2019
阅读(11)
评论(0)
推荐(0)
2017年2月26日
jquery 兼容的滚轮事件
摘要: // 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
阅读(4171)
评论(0)
推荐(1)
2017年2月24日
HTML5的manifest 本地离线缓存
摘要: 下面直接放测试代码: index.html m.manifest test.css test.js 测试通过
阅读全文
posted @ 2017-02-24 12:40 James2019
阅读(250)
评论(0)
推荐(0)
2017年2月22日
jquery.qrcode.js 生成二维码
摘要: http://www.helloweba.com/view-blog-226.html
阅读全文
posted @ 2017-02-22 15:43 James2019
阅读(185)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
25
26
27
28
···
31
下一页
公告