How to show/hide a bootstrap spinner on a button WITHOUT jQuery?
How can I show spinner on a button after clicking, disabled the button after clicking? I am using Django templates. I do not want to use jQuery at all. Looked at many other posts, most of them depend on jQuery.