2.0.0-rc.2 • Published 6 years ago
jquery-easy-loading v2.0.0-rc.2
jquery-loading
Add and manipulate loading states of any element on the page.
Getting started
Install it, using npm:
$ npm install --save jquery-easy-loadingInclude 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 installThen build the project (generates dist/ files):
$ yarn buildRun all tests with:
$ yarn test2.0.0-rc.2
6 years ago
2.0.0-rc.1
6 years ago
1.3.0
8 years ago
1.2.0
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago