https://www.jqueryscript.net/demo/Animated-Circles-Loading-Spinner-jQuery-g-spinner/ src\css\gspinner.css src\js\g-spinner.js How to use it: 1. Load the minified versions of the g-spinner plugins JS & CSS in your webpage which has jQuery library loaded. <link rel=”stylesheet” href=”gspinner.min.css”> <script src=”jquery.min.js”></script> <script src=”g-spinner.min.js”></script> 2. Create a DIV element Read more…