摘要:
function isIE(){ //ie? if (window.navigator.userAgent.toLowerCase().indexOf("msie")>=1) return true; else return false; } if(!isIE()){ //firefox innerText define HTMLElement.prototype.__defineGetter__("innerText", function(){ var textRange ... 阅读全文
posted @ 2013-08-05 18:32 枫雨 阅读(348) 评论(0) 推荐(0) 编辑