I am using jQuery UI tabs in my page. When one tab is clicked an ajax call goes on and content is prepared and displayed. Ajax call and content preparation takes 5-6 second.
When I click on tab my screen remain idle after 6 second the tab content is shown. But I want to show loading message. How to do it?