Animation for visual indication of waiting time.
Call the loader control via JavaScript:
{% highlight js %}$('#myLoader').loader();{% endhighlight %}To enable the loader control without writing JavaScript, add data-initialize="loader" to the .loader element that you wish to initialize. Such elements that exist when $.ready() executes will be initialized.
Place class="loader" on a div.
Animation for visual indication of waiting time that can be customized to have many appearances.