Skip to content

joelso/jquery-throbbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Throbbo

Throbbo is a jQuery plugin that makes is easy to display a throbber (aka spinner) while loading.

Usage

Show throbber as an overlay in #foo. Throbber will show for 2 sec.

$('#foo').throbbo({duration: 2000});

Show throbber as an inline image inserted before #bar.

$('#bar').throbbo({duration: 2000, mode:'insertBefore'});

Check it out i action here

About

Jquery throbber (aka spinner aka loader)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published