Skip to content

Loadie.js is a lightweight jQuery plugin to create a preloader that doesn't suck and that is used by big firms.

License

Notifications You must be signed in to change notification settings

ka-seo/loadie.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loadie.js is a lightweight jQuery plugin to create a preloader that doesn't suck and that is used by big firms.

1. How to include Loadie.js

If you haven't already, include jQuery and the latest Loadie.js Script on the AJAX-driven page.

<script src="http://code.jquery.com/jquery-latest.min.js">
<script src="http://code.loadie.com/loadie-latest.min.js">

2. How to initialize Loadie.js

Just put in the following jQuery code in your page to initialize Loadie.js.

$('body').loadie(); <span>// Change the wrapper if wanted.</span>

2. How to update Loadie.js

If you haven't already, include jQuery and the latest Loadie.js Script on the AJAX-driven page.

var percent = 0.74;
$('body').loadie(percent); <span>// Insert your percent as params.</span>

Options

At this moment Loadie.js (v1.0) doesn't support extensive options. If you have any ideas what Loadie.js could be, just leave us an issue at Github.

##Copyright

This nice little jQuery plugin was crafted by @iDuuck and @sippndipp of 9elements.

About

Loadie.js is a lightweight jQuery plugin to create a preloader that doesn't suck and that is used by big firms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.2%
  • CSS 35.9%
  • HTML 25.9%