diff --git a/cms/cms-web/src/main/webapp/resources/plugins/zheng.jprogress.0.1.min.js b/cms/cms-web/src/main/webapp/resources/plugins/zheng.jprogress.0.1.min.js new file mode 100644 index 0000000000000000000000000000000000000000..6c667fad3be0ba152ec7ca681fb270c5da83ba39 --- /dev/null +++ b/cms/cms-web/src/main/webapp/resources/plugins/zheng.jprogress.0.1.min.js @@ -0,0 +1,27 @@ +/** +* jprogress v0.1 +* 日期:2014-03-03 +* 作者:张恕征 +* 邮箱:469741414@qq.com +* 主页:http://www.zhangshuzheng.cn/ +* Copyright (c) 2014, Zhang Shuzheng All rights reserved. +* +*/ +(function($){ + + $.extend({ + progress:function(){ + /*面板样式*/ + var style = ''; + $('head').append(style); + + //页面插入空下拉列表html + var $progress = $('
'); + $('body').append($progress); + } + }); +})(jQuery);