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);
发布时间: 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);