代码
_d=document;
_w=window;
_ie=!!_w.ActiveXObject;
function attr(obj,str){
if(_ie&&str.toLowerCase()=='class'){
return obj.className;//等价于obj.getAttribute("className")
}
else{
return obj.getAttribute(str);
}
}
_w=window;
_ie=!!_w.ActiveXObject;
function attr(obj,str){
if(_ie&&str.toLowerCase()=='class'){
return obj.className;//等价于obj.getAttribute("className")
}
else{
return obj.getAttribute(str);
}
}
转载无需注明出处,多多交流 ,欢迎访问我的博客:http://www.cnblogs.com/niuniu