lixinxiaobai / jquery-loading

Easily add and manipulate loading states of any element on the page.

Home Page:http://carlosbonetti.github.io/jquery-loading/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-loading

Build Status

Add and manipulate loading states of any element on the page.

Docs and Demos.

Getting started

Install it, using Bower:

$ bower install jquery-loading

Or using npm:

$ npm install --save jquery-easy-loading

Include it:

<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="jquery.loading.js"></script>

<!-- Include the CSS file to use the plugin default themes and loaders -->
<link href="jquery.loading.css" rel="stylesheet">

Use it:

$("#some-element").loading();

Visit the website for full list of options, methods and customization.

About

Easily add and manipulate loading states of any element on the page.

http://carlosbonetti.github.io/jquery-loading/

License:MIT License


Languages

Language:JavaScript 71.6%Language:HTML 15.8%Language:CSS 12.6%