问题描述
- IE浏览器加载多个easyui-combotree的问题
-
页面上有多个easyui-combotree文本框,IE加载进来只显示一个。页面body中:
JS中:
$(".ccombotree").combotree({
method: "Get",
url: contextPath + '/fa/getTreeData.do',
multiple: false,
required: false
}).removeClass('ccombotree');2个文本框都变成了combotree,但是只有后面一个加载进来了值。
在FF、chrome中正常显示。
时间: 2024-10-06 20:35:47