您好我在基于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//
答案 0 :(得分:0)
我的问题是在easyui库之后包含jquery库,当我首先包含jquery问题解决了。