Hi,
Background - I have a web application for which a request takes several seconds.
Question - How could I display a "waiting" type indicator (e.g. spinner) to the user after they initiate the request, until the actual HTTP request response comes back from the server?
Notes - I'm assuming this to be a generic web development question, however my web application is a "Ruby on Rails" application.
thanks