Ladda
Ladda copied to clipboard
Spinner not spinning
The issue is that I can see the spinner when I do this:
var l = Ladda.create(document.querySelector('.ladda-button')); l.start();
but it doesn't spin at all. Tried to remove all CSS to rule out CSS conflicts.
Using Laravel.
What browser and Ladda version are you using? Which stylesheet did you add?
I have used this CDN https://cdnjs.cloudflare.com/ajax/libs/Ladda/1.0.6/ladda-themeless.min.css
Ladda 1.x isn't supported anymore. My recommendation would be to install the latest version from npm per the instructions.