Author: | fpmweb |
---|---|
Views Total: | 6,206 views |
Official Page: | Go to website |
Last Update: | January 29, 2016 |
License: | MIT |
Preview:

Description:
modalLoading is a minimalist JavaScript library that displays a modal-like fullscreen loading overlay / spinner for ajax requests. No CSS and images required. Works on modern browsers that support CSS3 properties.
How to use it:
Put the modalLoading.js JavaScript library at the end of your html document.
<script src="modalLoading.js"></script>
Shows the loading overlay.
modalLoading.init(true);
Hides the loading overlay.
modalLoading.init(true);
how can i use this? i´m kinda new