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
Installation
- Add the popbox.css file to the head of your html.
- Add the popbox.js file to the head of your html or right before the closing body tag.
- Add this code after the popbox.js script tag to initialize the plugin.
Example html
Options
- 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.