/loading.js

jquery plug-in, jquery.loading.js, https://dn9x.github.io/loading.js/

Primary LanguageCSSMIT LicenseMIT

Loading.js

example: https://dn9x.github.io/loading.js/

  • CSS
  • Javascript

Useage

// How to show?
$.showLoading(option);  
Params:  
    option.name          --loading style / string  
    option.allowHide     --click mask hide loading / boolean  
    option.callback      --callback / function  

// How to hide?  
$.hideLoading();

if you dont need jquery, you can use loading.min.js. pls see example

License

Licensed under MIT.