Skip to content

BrettGregson/jquery-loading-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Loading Dots

"Animated" jQuery loading dots. Works with centered text without changing the centered texts position as the dots appear.

Alt text

Useage:

var dots = $("#loading").dots({
	"speed"			: 50,
	"numberOfDots"	: 10,
	"loadingWord"	: "Loading",
	"dotCharacter"	: ".",
});

Methods:

dots.stopDots(); // stops the dots animation (clears the interval)

About

Animated jQuery Loading Dots

Resources

Stars

Watchers

Forks

Packages

No packages published