jquery-easy-loading
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/jquery-easy-loading package

2.0.0-rc.2 • Public • Published

jquery-loading

Build Status

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

Package Sidebar

Install

npm i jquery-easy-loading

Weekly Downloads

1,141

Version

2.0.0-rc.2

License

MIT

Unpacked Size

77.4 kB

Total Files

15

Last publish

Collaborators

  • carlosbonetti