I would like to use a basic, text only, loading indicator. So instead of using an image, I’d like to just show a text:
Loading ...
While some AJAX request is taking place. I would like this text to be changing like this:
Loading ...
Then:
Loading ..
Then:
Loading .
Then:
Loading ..
Then:
Loading ...
And so on. Any ideas? I can use jquery for this.
You could do something like this (adapt to your needs):
jQuery
Here’s an example: http://jsfiddle.net/uZkzX/