Earlier I used to show a loader before ajax calls start and remove the loader once the call is completed. Now I have two calls in one single page. In this scenario how should I handle the loader ? If I use the same approach as earlier even though other call is not finished loader would be removedEarlier I used to show a loader before ajax cal