I'd like be able to display my own custom spinner (which backdrops the whole page and places a spinning bar on top). I was thinking the easiest way to deal with this would be to hook into the success and error events however I would need a start event too.
I'd like be able to display my own custom spinner (which backdrops the whole page and places a spinning bar on top). I was thinking the easiest way to deal with this would be to hook into the success and error events however I would need a start event too.
Would it be possible to add an event like:
$this.trigger('bootstrap-ajax:start');
somewhere near where spin() is called?