An open API service indexing awesome lists of open source software.

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.

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)