您好,我在基于 Web 的应用程序中使用 easyui。它在 chrome 和 firefox 中运行良好,但在 IE 中,easyui .window('open') 方法出现“对象不支持此属性或方法”错误。代码如下:谢谢..
编辑:我在easyui库之后包括jquery。这会导致问题吗?
function init() {
var mesaj_text="<div style='margin-top:20px'>
<label style='font-size:13px;margin-left:55px'>Harita Yükleniyor</label><br> ";
$("#mesajWindow").html(mesaj_text);
$("#mesajWindow").window("open"); //this is the line giving error
//.........code continues//