I have many jquery methods invokiing different script services and then rendering the data as html. How do I display a "processing .." indicator that deterministically says that something is happening behind the curtains?
I have thought about dislpaying and hiding an indicator during getJSOn calls, but there seems to be so many different calls. Is there an easier way or a best-practice to follow to achieve the same.