Skip to content

fpmweb/modalLoading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modalLoading

modalLoading.js is a lightweight JavaScript that allows you to include any project loading screen modal.

Demo

http://fpmweb.github.io/modalLoading

Bower installation

To add a new Bower package to your project you use the install command. This should be passed the name of the package you wish to install.

bower install modalLoading

Manual installation

Installation is very simple. You only have to insert the JS library.

<script type="text/javascript"src="modalLoading.js"></script>

Use

Only one call to the class with true / false parameter.

show modal

  modalLoading.init(true);

hide modal

  modalLoading.init(true);

Author:

twitter/fpmweb

About

This script allows you to include any project loading screen modal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published