# jquery-loading **Repository Path**: materliu/jquery-loading ## Basic Information - **Project Name**: jquery-loading - **Description**: Easily add and manipulate loading states of any element on the page. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jquery-loading [![Build Status](https://travis-ci.org/CarlosBonetti/jquery-loading.svg)](https://travis-ci.org/CarlosBonetti/jquery-loading) Add and manipulate loading states of any element on the page. [Docs and Demos](http://carlosbonetti.github.io/jquery-loading/). ## Getting started Install it, using [Bower](http://bower.io/): ```sh $ bower install jquery-loading ``` Or using [npm](https://www.npmjs.com/): ```sh $ npm install --save jquery-easy-loading ``` Include it: ```html ``` Use it: ```javascript $("#some-element").loading(); ``` Visit [the website](http://carlosbonetti.github.io/jquery-loading/) for full list of options, methods and customization.