https://github.com/thecodeholic/lobibox
Responsive jQuery notification plugin
https://github.com/thecodeholic/lobibox
Last synced: about 2 months ago
JSON representation
Responsive jQuery notification plugin
- Host: GitHub
- URL: https://github.com/thecodeholic/lobibox
- Owner: thecodeholic
- License: mit
- Created: 2015-03-22T19:37:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T09:50:02.000Z (over 3 years ago)
- Last Synced: 2025-03-31T10:12:04.027Z (3 months ago)
- Language: JavaScript
- Size: 6.96 MB
- Stars: 199
- Watchers: 25
- Forks: 89
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lobibox
Responsive jQuery notification plugin written from scratch.[View Demo](http://lobianijs.com/site/lobibox-responsive-jquery-messagebox-and-notification-plugin-available-for-commercial-and-non-commercial-usages.html)
### Description
##### Lobibox is divided into two parts
- Messageboxes
- Notifications#### Messageboxes
* Lobibox messagesboxes can be modal and not modal
* Possibility to show multiple messages
* Use any available animation class for showing and hiding messageboxes
* Every message can be draggable (On small screens dragging is disabled)
* You can show
* **messagesboxes in different colors and icons**
* **confirm message**
* **one line prompt** (Any HTML5 input type can be used in prompt window. Such as: text, color, date, datetime, email, number, range etc)
* **multiline prompt**
* **Progress messagebox**. Lobibox comes with default progress style but you can use bootstrap or any other style progress bar.
* **custom content window with ajax support with custom action buttons**
* Every message is an instance of plugin. You can easily grab the instance and attach events or call methods directly on the instance.#### Notifications
* Different color support
* Possibility to show in any corners of the screen
* Delay
* Show delay indicator
* Show with image
* Sound support
* Size support. You can show notifications of different size### Installation and dependecies
Lobibox is only depended on jQuery. But for best visual result and icons it's highly recommended to include bootstrap.css
#### 1. Include necessary css/js files
```html
...
```
#### 2. Call plugin method to show messageboxes or notifications
...
### For documentation and examples visit the plugin's [home page](http://lobianijs.com/site/lobibox-responsive-jquery-messagebox-and-notification-plugin-available-for-commercial-and-non-commercial-usages.html)