1、alertify-js 提示插件(alertify弹框)
引用文件:alertify.css;alertify.min.js
官网地址:http://fabien-d.github.io/alertify.js/
2、dropify 上传插件
引用文件:dropify.css;dropify.min.js
官网:https://jeremyfagis.github.io/dropify/
另blueimp-file-upload上传插件,和dropify在一起
对此插件介绍看网站:http://www.jq22.com/jquery-info230
3.bootbox 弹层组件
只引用了bootbox.min.js
4、bootstrap验证插件
如果input type="number",再进行正则验证数字保留两位小数不起作用。必须type是text就可以了