🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Easy Overlay is an ultra-light (~2kb) jQuery plugin used to display any html content of your web page in a full window modal popup.

Modal popup Overlay

Documentation

#jquery-easy-overlay

This jQuery plugin can be used to create overlays from any element. Features are overlay backdrop and closable by backdrop and by your element.

##Installation

###Bower

bower install --save jquery-easy-overlay

##Usage

var overlayOne = $('#overlayContent').overlay(); overlayOne.destroy(); 

Look at the demo.html for a complete example.


You May Also Like