Skip to content

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);

Notifications You must be signed in to change notification settings

debascoguy/LoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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);

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published