https://github.com/inambe/jquery-loading-effect
A simple jquery plugin for adding loading effect into your web apps.
https://github.com/inambe/jquery-loading-effect
Last synced: 5 months ago
JSON representation
A simple jquery plugin for adding loading effect into your web apps.
- Host: GitHub
- URL: https://github.com/inambe/jquery-loading-effect
- Owner: Inambe
- License: mit
- Created: 2018-04-17T08:34:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T08:50:17.000Z (about 8 years ago)
- Last Synced: 2025-06-08T01:06:00.975Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery loading effect
A simple jquery plugin for adding loading effect into your web apps.
# Use
After adding ``` ib-loading.js ``` into your html file, you need to create two containers like below.
```
Whole Content Goes here
```
And then call ``` ibLoading() ``` function like below
```
$('#loader').ibLoading({ targetEl: "#body" });
/*
Possible options
{
duration: 2000,
targetEl: null,
bgColor: '#666666',
height: '1%',
top: '49.5%'
}
*/
```
# Example
Download in zip format. After extracting, open index.html for working example.
"Open for ideas/issues contact: "
## Author
* **Inambe** - *Issue/Idea* - (inamulhuq44@gmail.com)