So I know that you can use data-target + href now to load remote content, however, what I'm getting back from my ajax response is json (and I cannot change that server side), so I first need to do processing on it.
I want to show a spinner, for which I have the CSS, but also want to already fade the background that happens when you add the class "fade" to the modal div.
Does anyone know how to start that manually, and to make sure the animation is not repeated when I show the modal?