读书人

safari 异常取得 select 的 value

发布时间: 2012-10-27 10:42:25 作者: rapoo

safari 错误取得 select 的 value

Safari mis-reports the default selected property of a hidden option        // Accessing the parent's selectedIndex property fixes itelem.parentNode.selectedIndexalert(elem.value);

读书人网 >Web前端

热点推荐