twitter bootstrap" multiselect dropdown复选框"没有在IE9中被选中

时间:2015-03-11 08:54:47

标签: javascript jquery twitter-bootstrap internet-explorer-9

我有一个表格,其中第一个单元格为“bootstrap multiselect dropdown checkbox”,第二个单元格为普通下拉选择选项。在IE11和Chrome中一切正常但如果我在IE9中测试同样的事情,我无法在“bootstrap multiselect dropdown checkbox”中选择任何选项。在控制台中,它显示SCRIPT5007: Unable to get value of the property 'prop': object is null or undefined。要修复我尝试<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;OtherUA=4" />。现在我可以在多选下拉列表中选中复选框。但是对于第二个单元格,正常下拉选择选项cells[1].children[0].value始终为空。

In short if I fix "bootstrap multiselect dropdown checbox" issue , i am not able to get values from 2nd cell normal dropdown select option." 
Hope my problem is clear .

这是jsfiddle链接: - http://jsfiddle.net/77c2g3sg/1/

0 个答案:

没有答案