• Stars
    star
    199
  • Rank 189,938 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Responsive jQuery notification plugin

Lobibox

Responsive jQuery notification plugin written from scratch.

View Demo

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

<!DOCTYPE html>
<html>
   <head>
      <!--Include this css file in the <head> tag -->
      <link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css"/>
      <link rel="stylesheet" href="dist/css/Lobibox.min.css"/>
   </head>
   
   <body>
      ...
      <!--Include these script files in the <head> or <body> tag-->
      <script src="lib/jquery.1.11.min.js"></script>
      <script src="dist/js/Lobibox.min.js"></script>
      <!-- If you do not need both (messageboxes and notifications) you can inclue only one of them -->
      <!-- <script src="dist/js/messageboxes.min.js"></script> -->
      <!-- <script src="dist/js/notifications.min.js"></script> -->
   </body>
</html>

2. Call plugin method to show messageboxes or notifications

...

For documentation and examples visit the plugin's home page

More Repositories

1

php-developer-roadmap

This is PHP Developer Roadmap
3,285
star
2

laravel-vue-ecommerce

E-commerce project with Laravel and Vue.js
PHP
483
star
3

php-mvc-framework

PHP MVC Framework
PHP
442
star
4

laravel-vue-survey

This is a full stack application of Vue 3 with Tailwindcss 3 and Laravel 8
PHP
312
star
5

php-crash-course-2020

PHP
232
star
6

yii2-ecommerce-website

E-commerce website with admin panel build on Yii2 framework
PHP
174
star
7

lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
JavaScript
168
star
8

deno-websocket-chat

Realtime Chat App with Deno and WebSockets
JavaScript
127
star
9

Yii2-Youtube-Clone

Youtube clone made with Yii2 framework
PHP
124
star
10

laravel-react-starter

PHP
102
star
11

tc-php-mvc-core

PHP
95
star
12

laravel-file-manager

PHP
91
star
13

laravel-10-blog

Laravel 10 blog starter kit
PHP
89
star
14

PHPCourse2020

Materials for PHP Course 2020
PHP
79
star
15

yii2-blog-api

PHP
74
star
16

lobilist

LobiList is TODO list jquery plugin
JavaScript
67
star
17

laravel-react-survey

PHP
64
star
18

tailwindcss-ecommerce

E-commerce website template files built with tailwindcss
HTML
64
star
19

laravel-image-manipulation-rest-api

This is an image manipulation REST API written in PHP Laravel Framework
PHP
57
star
20

livewire-projects

Beginner friendly livewire projects
PHP
55
star
21

laravel9-tailwind-portfolio

JavaScript
53
star
22

lobiadmin

Responsive bootstrap admin panel
JavaScript
51
star
23

PHP-OOP-Projects

This repository contains OOP projects with PHP
PHP
51
star
24

vue-meals-app

Vue
50
star
25

PHPSimpleCRUD-FS

Simple PHP CRUD application with data saved in JSON file
PHP
46
star
26

laravel-social-media-website

Social Media website starter project built with Laravel and inertiajs with Vue3
PHP
44
star
27

alpinejs-course

Source code files for Alpine.js YouTube Course
HTML
41
star
28

vue.js-yii2-notes

Notes application using VueJs on frontend side and Yii2 Rest API on backend
PHP
39
star
29

freecodecamp-deno-course

Freecodecamp Deno Course source files
TypeScript
32
star
30

deno-login-register

Registration & Login with Deno
TypeScript
27
star
31

deno-mongodb-rest-api

REST API with Deno and oak reading and writing data from MongoDB
TypeScript
27
star
32

php-file-watcher

Watch file or folder and execute code when something is changes inside
PHP
22
star
33

VanillaJsNotes

Sticky notes app using vanilla javascript
JavaScript
21
star
34

deno-survey

Survey Application made with Deno
TypeScript
21
star
35

php8.0-changes

PHP
20
star
36

vanilla-js-projects

Practical projects around vanillajs
JavaScript
20
star
37

laravel-ecommerce-website

E-commerce website using Laravel, Tailwindcss and Alpine.js
JavaScript
20
star
38

stripe-checkout-laravel

Stripe online payments checkout process full flow implementation in Laravel
PHP
18
star
39

deno-jwt-auth-example

Example repository which show how you can use JWT authentication in Deno Oak framework
TypeScript
17
star
40

webpack-starter-kit

Webpack 4 starter kit project. Features: Bootstrap 4, ES6, SASS, Image optimization, HMR
JavaScript
16
star
41

php8.1-changes

PHP
15
star
42

JsPicturePuzzle

Javascript Picture Puzzle game
JavaScript
14
star
43

Yii2CrashCourse

PHP
14
star
44

yii2-best-practices

This repository contains best practices and recommendations about Yii2 framework
13
star
45

yii2-course

PHP
10
star
46

PHPCartOOP

PHP
9
star
47

chatgpt-bash

Shell
8
star
48

VueSocketIoChat

JavaScript
7
star
49

yii2-basic-bootstrap4

Yii2 Basic application with Bootstrap 4 integration
PHP
7
star
50

laravel11-crash-course

The source code for YouTube Tutorial, Laravel 11 Crash Course
PHP
7
star
51

laravel-example

PHP
6
star
52

vuejs-survey

Vue
6
star
53

deno-serve-static-files

Sample package which shows how you can serve static files in Deno.
TypeScript
6
star
54

react-vue-comparison

This repo contains the source code for the exact same application built in react an vue.js
JavaScript
6
star
55

yii2-admin-template

JavaScript
5
star
56

lobiadmin-vuejs

Bootstrap4 VueJs Admin Template
CSS
5
star
57

yii2-grapesjs

Yii2 GrapesJs AssetBundle, Actions and module
JavaScript
4
star
58

jasny-bootstrap-angular

JavaScript
4
star
59

BulkImageResize

Resize all images inside specific folder
PHP
3
star
60

PHP_namespaces

PHP
3
star
61

lobiadmin-bootstrap3-vuejs

Bootstrap 3 VueJs admin template
CSS
3
star
62

Angular-Lobiadmin

Angular 1.x admin panel - based on Lobiadmin
CSS
3
star
63

reddit-clone-deno

Reddit clone application using Vue.js and Deno
TypeScript
3
star
64

vuejs-projects

In this repository you will find vuejs project examples
Vue
3
star
65

javascript-course

Source code for Javascript course
3
star
66

SimplePHPFramework

PHP
2
star
67

Lobiadmin-nodejs

Admin template on nodejs starter project
JavaScript
2
star
68

vue-gif-search-app

Vue
2
star
69

node-rest-invoicing-app

JavaScript
2
star
70

lobilist2

Lobilist - jQuery todo plugin
JavaScript
1
star
71

JSHTMLTableCellEditing

HTML Table cell editing plugin
JavaScript
1
star
72

lobilist-angularjs

JavaScript
1
star
73

lobiadmin-bootstrap3

Bootstrap 3 admin template.
CSS
1
star
74

yii2-grapesjs-demo

PHP
1
star
75

yii2-album

Create, update, delete albums for logged in users. Upload, edit, delete Images inside your albums. Add captions to your albums and images
1
star
76

Angular4-Lobiadmin

CSS
1
star
77

GitCrashCourse

HTML
1
star
78

lobilist-angular

Lobilist angular
JavaScript
1
star
79

lobipanel-angularjs

JavaScript
1
star
80

reddit-clone-vue

Vue
1
star
81

laravel11-react-spa

Laravel 11 + React SPA with Inertia for managing projects and Tasks.
JavaScript
1
star