🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

mloading is an easy-to-use jQuery plugin that lets you create a loading/busy indicator (with or without loading mask) on any DOM elements within the document.

loading-spinner loading-indicator loading-overlay

Documentation

jquery.mloading

为jquery element增加loading遮罩效果,jquery.watercolor.js简易版

image image image

image

使用方法

将jquery.mloading.js和jquery.mloading.css引入到页面,调用:

$(element).mLoading({     text:"",//加载文字,默认值:加载中...     icon:"",//加载图标,默认值:一个小型的base64的gif图片     html:false,//设置加载内容是否是html格式,默认值是false     content:"",//忽略icon和text的值,直接在加载框中显示此值     mask:true//是否显示遮罩效果,默认显示 }); 

方法:

  • $(element).mLoading("show");//显示loading组件
  • $(element).mLoading("hide");//隐藏loading组件

You May Also Like