ensemble.Modal JavaScript class from loltgt
This modal dialog supports remote and inline content.
The base for ensemble Lightbox.
It comes with options and hooks to customize.
Using npm:
npm install --save-dev github:loltgt/ensemble-modal
Simple usage example:
var modal = new ensemble.Modal(
document.getElementById('inline-content'),
{
windowed: true
}
);
modal.open();