cssLoading.js

CSS3 loading indicator.

Demo

Small

Medium

Large

Without Animation

How to use

jQueryElement.cssLoading('show');
jQueryElement.cssLoading('hide');

or

jQueryElement.cssLoading('show', 'small');
jQueryElement.cssLoading('hide');

or

jQueryElement.cssLoading('show', 'large');
jQueryElement.cssLoading('hide');