上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: 地址:http://blog.nnnv.cn/index.php/archives/65 阅读全文
posted @ 2016-05-12 17:46 #天行健# 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/sweetsuzyhyf/article/details/44195549 IScroll.js 最新版本 v5.1.2 修复了输入框无法输入和横向滚动时无法上下滚动页面的问题 官网:http://iscrolljs.com github: https 阅读全文
posted @ 2016-05-12 17:41 #天行健# 阅读(3439) 评论(0) 推荐(0) 编辑
摘要: // Get on screen image var screenImage = $("#image"); // Create new offscreen image to test var theImage = new Image(); theImage.src = screenImage.attr("src"); // Get accurate measurements from tha... 阅读全文
posted @ 2016-05-11 23:52 #天行健# 阅读(812) 评论(0) 推荐(0) 编辑
摘要: 1、手机操作系统市场份额: 全球(2.44% 下滑): http://news.mydrivers.com/1/449/449736.htm 中国(1% 下滑): http://app.techweb.com.cn/ios/2015-06-05/2160883.shtml 2、手机市场份额: 全球( 阅读全文
posted @ 2016-05-11 10:53 #天行健# 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 在chrome中打开html页面,报错No style sheet with given id found,解决方如下 阅读全文
posted @ 2016-04-27 17:57 #天行健# 阅读(501) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/justin_wkf/article/details/5746914#comments 阅读全文
posted @ 2016-04-15 14:17 #天行健# 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.2cto.com/kf/201507/424202.html 之前的文章javascript异步代码的回调地狱中提到了编写AJAX代码经常遇到的3个问题,现在我们看下如何利用then()解决第2个问题:如果AJAX请求之间存在依赖关系,我们的代码就会形成Pyramid 阅读全文
posted @ 2016-04-14 11:07 #天行健# 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 经常我们打开外国网站的时候出现乱码,又或者打开很多非英语的外国网站的时候,显示的都是口口口口口的字符, WordPress程序是用的UTF-8,很多cms用的是GB2312。 ● 为什么有这么多编码? ● UTF-8和GB2312有什么区别? ● 我们在国内做网站是用UTF-8编码格式还是GB231 阅读全文
posted @ 2016-04-05 10:19 #天行健# 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 纯JS写法,代码如下:   //offset()获取当前元素基于浏览的位置   var offsettop=$("#unamespan").offset().top;    var offsetleft=$("#unamespan").offset().left;    //position()获取 阅读全文
posted @ 2016-03-15 18:39 #天行健# 阅读(2414) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2016-03-09 14:42 #天行健# 阅读(202) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页