Versatile jQuery Popup Window Plugin – jBox
The jBox is a flexible, modular, robust jQuery popup window solution. An easy way to implement a wide variety of popup windows on your web page & application.
jQuery Popup Window Plugin a.k.a. jBox!
jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.
With jBox plugin, we can create:
– Draggable modal box
– Animated notification
– Nice-looking tooltip
– Image gallery lightbox
It’s lightweight – lLess than 30 KB when minified and gzipped. It’s extendable – easily create your own jBox plugins with custom behaviors. And it’s responsive!

Usage
The best way to initialize a jBox is to create a new instance of jBox.
new jBox('Tooltip', { attach: '.tooltip' });
jBox comes with the default plugins Tooltip, Mouse and Modal. In addition you can include the plugins Confirm, Notice and Image.
Save your jBox instances in variables, so you can access the jBox methods:
var myModal = new jBox('Modal', { content: 'This is my jBox' }); myModal.open();
Remember to put your JavaScript code into $(document).ready(function() {});.
License: MIT
Homepage
Docs
https://stephanwagner.me/jBox/documentation
GitHub/Demos
https://stephanwagner.me/jBox/demos
See also
Responsive modal plugin – iziModal
Cookie consent popup GDPR with jQuery – cookieBubble
Tooltips? Try nice and clean gips tooltips
jQuery iPhone like password field – mobilePassword Plugin
Enjoy!