Adding a "loading..." image during ajax dialog load
I'm loading a dialog box using an ajax call. I'd like to add an
animated gif to the dialog while the ajax fetch is running, and have
it go away when the fetch is complete. What's the simplest way to do
this?