EasyLoader(简单加载)
对象的属性和方法:
使用:
复制代码1
<script src="~/jquery-easyui-1.5.2/jquery.min.js?1.1.11"></script><script src="~/jquery-easyui-1.5.2/easyloader.js?1.1.11"></script>
登录后复制
复制代码1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script type="text/javascript">easyloader.theme = "bootstrap";
easyloader.locale = "zh_CH";
easyloader.load("dialog",function() {
dialoginit();
});
easyloader.load("layout");
easyloader.load("draggable");
easyloader.load("droppable");
easyloader.load('messager,', function () { // 加载指定模块 //$.messager.alert('Title', 'load ok'); });
$(function () {
});function message_alert(title,content) {
$.messager.alert(title, content);
}
登录后复制
以上就是EasyLoader(简单加载)实例的详细内容,更多请关注靠谱客其它相关文章!
最后
以上就是温婉长颈鹿最近收集整理的关于EasyLoader(简单加载)实例的全部内容,更多相关EasyLoader(简单加载)实例内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复