jQuery Loading Dots

What's that?

A simple jQuery (> 1.5) plugin to show a loading using dots. It's using fadeTo method from jQuery to ensure a crossbrowser experience.

Example

$( '#loadingdots' ).loadingdots();