会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Honoer
博客园
首页
新随笔
联系
订阅
管理
2012年8月28日
我的新网站www.honoer.com
摘要: 我的新网站http://www.honoer.com/欢迎访问
阅读全文
posted @ 2012-08-28 00:23 Honoer
阅读(143)
评论(0)
推荐(0)
2012年5月30日
JS获取url的参数
摘要: function GetRequest() { var url = location.search; //获取url中"?"符后的字串 var theRequest = new Object(); if (url.indexOf("?") != -1) { var str = url.substr(1); strs = str.split("&"); for(var i = 0; i < strs.length; i ++) { ...
阅读全文
posted @ 2012-05-30 15:46 Honoer
阅读(202)
评论(0)
推荐(0)
2012年4月9日
DIV外部点击事件
摘要: <style> body{background:black;} #myDiv{background: #fff;width:250px;height:250px;display:none;}</style><div id="myDiv">This is a div;16</div><input id="btn" type="button" value="显示DIV" /> <script type="text/javascript"
阅读全文
posted @ 2012-04-09 17:26 Honoer
阅读(1474)
评论(0)
推荐(0)
公告