0

您好,我在基于 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//
4

1 回答 1

0

当我首先包含 jquery 时,我的问题是在 easyui 库之后包含 jquery 库,问题就解决了。

于 2013-10-23T06:07:51.677 回答