A Javascript library providing simple shadow boxing functionality, shadowbox-jf only requires jquery and a valid selector.
shadowbox-jf is available via Node Package Manager (npm)
npm install shadowbox-jf --save
or downloading the js file from
github directly.
shadowbox-jf uses an attribute placed on the container intended to diplay with a value corresponding
to the selector to used to trigger the display event. In the example below, shadowbox='open-me'
placed on
the teapot-container indicates that it will have shadowbox functionality attached to it and an element containing
open-me will be used to interact with the container.
display:none
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script type='text/javascript' src="./shadowbox.js"></script>
<script type='text/javascript'>
$(function(){
shadowbox({
background: 'url(./tile.png)'
opacity: .7,
});
});
</script>
<body>
<div class='teapot-container'
shadowbox="open-me">
<h4>I'm a little teapot</h4>
</div>
<button type='button'
id='open-button'
class='btn btn-default btn-centered open-me'>Open me</button>
</body>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?"
"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?"