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="proxy.php?url=https%3A%2F%2Fgithub.com%2Fpath%2Fto%2Fdist%2FelModal.css" type="text/css">
Then add dist/elModal.js after jQuery plugin and before closing body tag.
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fpath%2Fto%2Fdist%2FelModal.js"></script>
$("button").elModal({ options });
jQuery
1.0.0
MIT