uglipop
v1.0.0
Published
A Lightweight Non-fancy Modal/Lightbox
Downloads
21
Readme
Uglipop.js
uglipop({class:'my-styling-class', //styling class for Modal
source:'html',
content:'<h1>This is some Raw Content</h1>'});}
.my-styling-class{
background-color:#fff;
color:black;
/*all CSS goes here*/
}