秦安
秦安
  • 发布:2016-12-21 15:52
  • 更新:2016-12-21 15:52
  • 阅读:1905

mui("#divid").load('url',function(response){}) 加载的页面不完整?

分类:MUI
mui

js:

        mui.plusReady(function(){  
            try{  
                mui("#update_contents").load('http://www.baidu.com',function(response){});  
            }catch(e){alert(e.message)}  

        });

html:

<body>  
       <div id="update_contents">  
    </div>  
</body>
2016-12-21 15:52 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复