I've used jQuery Mobile on a project before and really liked the loader widget used for transitioning between pages.
Now, a different project requires a loading spinner, but I'm using Bootstrap for the core UI layout/elements. Data is loaded initially using Firebase, and I'd like to be able to use the loading spinner from jQuery Mobile until that loading is completed. Is there an easy way to get this widget standalone from the jQuery Mobile and include it as a standalone widget?