EasyLoader(简单加载)

对象的属性和方法:

image

使用:


<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>
<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);        }

更多相关文章

  1. Asp.NET页面事件加载的顺序是什么样的
  2. C#根据表格偶数与奇数加载不同颜色的实例分析
  3. C语言程序的模块化通过什么实现
  4. c语言程序中的基本功能模块为什么?
  5. golang 如何模块化
  6. go mod模块化介绍
  7. 一个简单的基于XML的模块集成框架
  8. web.xml 组件加载顺序详解
  9. XML入门教程:详细介绍XHTM模块

随机推荐

  1. JS与Android互调
  2. Android--从零单排系列(3)--文件读写的操
  3. Android安全防护防护———Android(安卓)
  4. android长度单位
  5. android telephony 之 UICC 卡数据读写及
  6. Android_android签名证书的sha1值获取
  7. android Application Component研究之Con
  8. [置顶] 编译自己的Windows Android(安卓)
  9. Android消息处理机制(二):循环和消息队列的
  10. Android支付——支付宝支付总结