摘要: $(function () { //判断是否为IE if (! +[1, ]) { } else { } var navigatorName = "Microsoft Internet Explorer"; var isIE = false; if (navigator.appName == nav 阅读全文
posted @ 2019-06-03 13:25 swustedu 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://www.cricode.com/2001.html 阅读全文
posted @ 2016-05-26 22:25 swustedu 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 改变文本节点得值 xmlDoc = loadXMLDoc("books.xml");x = xmlDoc .getElementsByTagName("title")[0].childNodes[0];x.nodeValue="Easy Cooking"; 改变属性的值 xmlDoc = loadX 阅读全文
posted @ 2016-05-26 22:21 swustedu 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。 阅读全文
posted @ 2015-12-16 13:00 swustedu 阅读(904) 评论(0) 推荐(0) 编辑
摘要: 以下是常用的代码收集,没有任何技术含量,只是填坑的积累。转载请注明出处,谢谢。 阅读全文
posted @ 2015-12-16 12:59 swustedu 阅读(2763) 评论(0) 推荐(0) 编辑
摘要: #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 阅读(186) 评论(0) 推荐(0) 编辑