I’m developing an ajax application using jQuery.
And my question is the next one.
Is there any way of to know how many seconds elapsed since the ajax call init?
I just want to change the loader message to “Still working…” when the ajax call is taking more than 10 seconds.
Thanks!
1 Answer