From ec34ccecf7962a582eb6a5e3343f11f2124be137 Mon Sep 17 00:00:00 2001 From: shuzheng <469741414@qq.com> Date: Tue, 29 Nov 2016 22:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=E5=8A=A0=E8=BD=BD=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/zheng.jprogress.0.1.min.js | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cms/cms-web/src/main/webapp/resources/plugins/zheng.jprogress.0.1.min.js 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 00000000..6c667fad --- /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); -- GitLab