Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 371 Bytes

#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.