JS-SIMPLE-LOADER is a mobile download spinner built with SVG and CSS animation.
You can set the “mode” you want to display the loader (md = material design, ios = ios…). You can set it by adding the “mode” attribute to the HTML, with the values “md” or “ios“, or you can set it manually to the “open” method.
Must Read: Single Element Pure CSS Spinners & Loaders | loaderskit
How to make use of it:
1. Add JavaScript loader.js and Stylesheet loader.css
to the web page.
<script src="loader.js"></script> <link rel="stylesheet" href="loader.css" />
2. Show the loading spinner.
Loader.open()
3. Close the loading spinner.
Loader.close()
See Demo And Download

Official Website(Matheus2212): Click Here
This superior jQuery/javascript plugin is developed by Matheus2212. For extra advanced usage, please go to the official website.