EasyLoader(简单加载)实例
导读:收集整理的这篇文章主要介绍了EasyLoader(简单加载)实例,觉得挺不错的,现在分享给大家,也给大家做个参考。EasyLoader(简单加载)对象的属性和方法:使用:<script src="~/jquery-easyui-1.5...
收集整理的这篇文章主要介绍了EasyLoader(简单加载)实例,觉得挺不错的,现在分享给大家,也给大家做个参考。EasyLoader(简单加载)
对象的属性和方法:
使用:
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); }
以上就是EasyLoader(简单加载)实例的详细内容,更多请关注其它相关文章!
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: EasyLoader(简单加载)实例
本文地址: https://pptw.com/jishu/592471.html