Modal 1

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat iusto vitae adipisci, fuga exercitationem eum alias sit accusantium nisi. Qui assumenda alias fuga delectus odit soluta reprehenderit aut sint veniam!

Login

Popbox.js
Popbox.js is a tiny javascript plugin for creating stackable modals
It is fully customizable and dependency free.
Get it

						Installation
						

  1. Add the popbox.css file to the head of your html.
  2. Add the popbox.js file to the head of your html or right before the closing body tag.
  3. Add this code after the popbox.js script tag to initialize the plugin.

						Example html
						


						Options
						

  1. blur : set it to true for blur effect on the main content (Default:false)

						API
						

Open and close popbox with api

						Emitted events
						

'popbox_opening': when a popbox is opening, that popbox element will emit this event.

'popbox_opened': when a popbox is opened, that popbox element will emit this event.

'popbox_closing': when a popbox is closing, that popbox element will emit this event.

'popbox_closed': when a popbox is closed, that popbox element will emit this event.

oncebot.com