会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
swustedu
博客园
首页
新随笔
联系
订阅
管理
2019年6月3日
IE浏览器判断
摘要: $(function () { //判断是否为IE if (! +[1, ]) { } else { } var navigatorName = "Microsoft Internet Explorer"; var isIE = false; if (navigator.appName == nav
阅读全文
posted @ 2019-06-03 13:25 swustedu
阅读(179)
评论(0)
推荐(0)
2016年5月26日
10大基础实用算法及其讲解
摘要: http://www.cricode.com/2001.html
阅读全文
posted @ 2016-05-26 22:25 swustedu
阅读(268)
评论(0)
推荐(0)
js操作XML
摘要: 改变文本节点得值 xmlDoc = loadXMLDoc("books.xml");x = xmlDoc .getElementsByTagName("title")[0].childNodes[0];x.nodeValue="Easy Cooking"; 改变属性的值 xmlDoc = loadX
阅读全文
posted @ 2016-05-26 22:21 swustedu
阅读(256)
评论(0)
推荐(0)
2015年12月16日
转载自https://github.com/jsfront/src/blob/master/js.md
摘要: 以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。
阅读全文
posted @ 2015-12-16 13:00 swustedu
阅读(947)
评论(0)
推荐(0)
转载自https://github.com/jsfront/src/blob/master/css.md
摘要: 以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。
阅读全文
posted @ 2015-12-16 12:59 swustedu
阅读(2838)
评论(0)
推荐(0)
2014年6月25日
hack的一些技巧(转载自I'M MMF)
摘要: #test{color:red;color:red !important;/ Firefox、IE7支持 */_color:red; / IE6支持 */*color:red; / IE6、IE7支持 */*+color:red; / IE7支持 */color:red\9; / IE6、IE7、I...
阅读全文
posted @ 2014-06-25 11:13 swustedu
阅读(207)
评论(0)
推荐(0)
公告