elModal.js is a lightweight jQuery plugin, which is made to create a responsive modal with some type and template.
Add dist/elModal.css to the head of your document:
<link rel="stylesheet" href="path/to/dist/elModal.css" type="text/css">
Then add dist/elModal.js after jQuery plugin and before closing body tag.
<script src="path/to/dist/elModal.js"></script>
$("button").elModal({ options });
jQuery
1.0.0
MIT