Skip to content

CarlosBonetti/jquery-loading

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2019
Aug 12, 2019
Aug 12, 2019
Aug 12, 2019
Jun 23, 2014
Aug 12, 2019
Jan 20, 2016
Aug 12, 2019
Aug 12, 2019
Jun 23, 2014
Aug 14, 2019
Aug 12, 2019
Aug 12, 2019
Jan 6, 2020

Repository files navigation

jquery-loading

Build Status NPM downloads per month

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

Docs and Demos.

Getting started

Install it, 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>

Use it:

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

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

Contributing to this project

Install dependencies once:

$ yarn install

Then build the project (generates dist/ files):

$ yarn build

Run all tests with:

$ yarn test