"Animated" jQuery loading dots. Works with centered text without changing the centered texts position as the dots appear.
Useage:
var dots = $("#loading").dots({ "speed" : 50, "numberOfDots" : 10, "loadingWord" : "Loading", "dotCharacter" : ".", });
Methods:
dots.stopDots(); // stops the dots animation (clears the interval)