Christophe Debruel
Christophe Debruel
You can't use `import` in regular javascript (well regular script tags in HTML body). The latest version does not provide any jQuery implementation anymore. If you wish to add it...
something like this: for the script ``` var script = document.createElement("script"); script.type = "text/javascript"; script.src = "http://spin.js.org/spin.umd.js"; document.body.appendChild(script); ``` for the css ``` var style = document.createElement("link"); style.href = "http://spin.js.org/spin.css";...
On second thought ... The first suggestion would still be a good thing but I looked at the HTML and I saw the update required are more css than HTML....