🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

LoadingView is a dead simple jQuery loading indicator plugin which displays a custom loading spinner on a given element while waiting for some content to be loaded.

loading-spinner loading-indicator

Documentation

LoadingView

LoadingView is a Javascript library using jQuery to implement a simple element loading... anybody can easily use. simply download and start using. For JS user, simply call the function: setLoadingView(...) to use OR setElementLoading(...). For jQuery lovers simple call - $.loadingView(options);

#BASIC jQuery Usage Example

$('.body').loadingView(); //start loadingView

$('.selector').loadingView({'state':true}); //Or start loadingView

$('.selector').loadingView({'state':false}); //Stop LoadingView


You May Also Like