Spinner not spinning
Author: sammyaxeCreated May 28, 2020Updated May 28, 2020
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.
Source: hakimel/Ladda