摘要:
1.location.reload(boolean)默认是false, 相当F5, 从客户端缓存里取当前页, true时从服务端取最新的页面.另外, android不确定是否好用, ios下应该没问题. 2.<meta http-equiv="Cache-control" content="no-c 阅读全文
posted @ 2016-04-13 17:41
roseforyou
阅读(127)
评论(0)
推荐(0)
摘要:
项目地址: https://github.com/buckwilson/Lightbox_me用法:http://buckwilson.me/lightboxme/ 阅读全文
posted @ 2016-04-13 17:31
roseforyou
阅读(456)
评论(0)
推荐(0)
摘要:
原文: http://jaspreetchahal.org/tweet-button-with-a-callback-how-to/ 两种方式:1. 原生的button 2.自定义的button 回调 callback这样写: 注意: 自定义button的href不要这样写, 因为不能触发tweet 阅读全文
posted @ 2016-04-13 17:30
roseforyou
阅读(610)
评论(0)
推荐(0)
摘要:
原文: http://jquery-howto.blogspot.jp/2009/09/get-url-parameters-values-with-jquery.html In this post, I would like to share a little jQuery code snippe 阅读全文
posted @ 2016-04-13 17:27
roseforyou
阅读(437)
评论(0)
推荐(0)
摘要:
来自网络! 阅读全文
posted @ 2016-04-13 17:26
roseforyou
阅读(186)
评论(0)
推荐(0)
摘要:
原文是google缓存:http://webcache.googleusercontent.com/search?q=cache:MD_FP-G6RI8J:sae.sina.com.cn/%3Fm%3Ddevcenter%26catId%3D26%26content_id%3D70+&cd=2&hl 阅读全文
posted @ 2016-04-13 17:25
roseforyou
阅读(222)
评论(0)
推荐(0)
摘要:
//URL: http://www.example.com/?var1=val1&var2=val2=val3&test=3&test=43&aaa=#2 //window.location.search will return "?var1=val1&var2=val2=val3&test=3&test=43&aaa=" //use the location.search, because ... 阅读全文
posted @ 2016-04-13 17:24
roseforyou
阅读(224)
评论(0)
推荐(0)
摘要:
Generate birthday dates base on lunar birthdays for google calendar import Can be used for notifying birthdays using google calendar根据农历生日生成可用于谷歌日历导入的 阅读全文
posted @ 2016-04-13 17:24
roseforyou
阅读(3408)
评论(0)
推荐(0)
摘要:
使用JSON.parse需严格遵守JSON规范, 属性都需用双引号引起来, 一定是双引号!! 相反的, JSON对象转字符串: 1 JSON.stringify(value [, replacer] [, space]) 语法讲解参考: http://www.cnblogs.com/damonlan 阅读全文
posted @ 2016-04-13 17:19
roseforyou
阅读(211)
评论(0)
推荐(0)
摘要:
下面的文章可能出自一位奥地利的作者, 列出很多jQuery的插件.类似的网站:http://jquerylist.com/原文地址: http://www.kollermedia.at/archive/2007/11/21/the-ultimate-jquery-plugin-list/ jQuer 阅读全文
posted @ 2016-04-13 17:18
roseforyou
阅读(386)
评论(0)
推荐(0)