My current web application project is heavily using ajax calls. Most of them are quick and react almost immediately. Thus, showing the ajax bootloader all the time is not required. But I want to show the ajax loader when ajax calls take longer than 250 ms (or so). Otherwise, users may be confused and constantly click on links again and again. :)
Any ideas on how to do this using jQuery?
source
share