上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页
摘要: 1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键 no //可用于Table 2. 取消选取、防止复制3. onpaste="return false" 不准粘贴4. oncopy="return false;" onc... 阅读全文
posted @ 2012-08-07 18:48 shuaixf 阅读(167) 评论(0) 推荐(0)
摘要: 首先介绍两个方法的语法: reload方法,该方法强迫浏览器刷新当前页面。语法:location.reload([bForceGet])参数:bForceGet, 可选参数, 默认为 false,从客户端缓存里取当前页。 true, 则以GET方式,从服务端取最新的页面, 相当于客户端点击 F5("... 阅读全文
posted @ 2012-07-31 23:49 shuaixf 阅读(210) 评论(0) 推荐(0)
摘要: php全面获取url地址栏参数多种方法: $_SERVER["SERVER_PORT"] //获取端口 $_SERVER['HTTP_HOST'] //获取域名或主机地址 如test.cn 或http://www.test.cn 或2010.test.cn $_SERVER['SERVE... 阅读全文
posted @ 2012-07-31 15:50 shuaixf 阅读(1666) 评论(0) 推荐(0)
摘要: Zebra_Dialog, a lightweight dialog box jQuery plugin http://stefangabos.ro/jquery/zebra-dialog/ Latest version 1.2 released on April 07, 2... 阅读全文
posted @ 2012-07-24 22:14 shuaixf 阅读(933) 评论(0) 推荐(0)
摘要: There are a lots examples notification system design, here is beautiful jQuery notification plugin with example code Download/Demo and tutorials. You ... 阅读全文
posted @ 2012-07-24 20:48 shuaixf 阅读(3319) 评论(0) 推荐(0)
摘要: Here useful jquery and JavaScript popup window dialog box with example code download and tutorials, JavaScript pop up win­dow script which does not to... 阅读全文
posted @ 2012-07-24 20:39 shuaixf 阅读(837) 评论(0) 推荐(0)
摘要: 美国专注于青少年的特色零售商Five Below 今晚将登陆纳斯达克,IPO发行价为17美元;位于此前上调后的发行价区间15-17美元的上限。Five Below 将于今晚登陆纳斯达克,本次IPO 共发行960万股普通股,融资约1.63亿美元;发行市值约10亿美元。 一、Five Below 公司... 阅读全文
posted @ 2012-07-19 21:51 shuaixf 阅读(612) 评论(0) 推荐(0)
摘要: Fab.com是一个家居装饰品的限时抢购网站。它从诞生到现在只有120天的时间,但却创造了电子商务上的奇迹。它目前已经拥有了75万名会员,拥有80个雇员,每天产生10万美元的收益。这个每日团购的初创公司这周早些时候又推出了它的移动应用。 在这里,他的CEO Jason Goldberg提出了他认为的... 阅读全文
posted @ 2012-07-19 13:31 shuaixf 阅读(241) 评论(0) 推荐(0)
摘要: function parse_str (str, array) { // Parses GET/POST/COOKIE data and sets global variables // // version: 1109.2015 // discuss at: ht... 阅读全文
posted @ 2012-07-12 20:02 shuaixf 阅读(613) 评论(0) 推荐(0)
摘要: $.cookie = { /*** 读取cookie** @param {String} n=名称* @return {String} cookie值* @example* $.cookie.get(‘id_test’);*/ get: function(n) { va... 阅读全文
posted @ 2012-07-12 19:47 shuaixf 阅读(207) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页