IE6 selected属性设置问题在IE6下,弹出脚本错误的提示:无法设置selected属性 未指明的错误jQuer
IE6 <Option/> selected属性设置问题
在IE6下,弹出脚本错误的提示:无法设置selected属性 未指明的错误
jQuery(this).attr("selected", true);?修复方式
setTimeout(function(){ jQuery(this).attr("selected", true);}, 0);?
