Fork me on GitHub
  2014年7月11日
摘要: 部分IE游览器下无法通过getAttribute取值? alert(form.getAttribute('name')); IE6、7中错误 alert(form.getAttributeNode('name').nodeValue);看看jQ的解决方案能力判断 support.attributes = assert(function( div ) { div.c... 阅读全文
posted @ 2014-07-11 09:57 【艾伦】 阅读(2719) 评论(0) 推荐(0)