Version 2 (published on Feb 12 2012)
Overlay js is a lightweight overlay jQuery plugin. It only weighs 2kb minified. You can style the overlay completely with css. I have added 3 callback functions in new version to help with the overlay. You can now call a function before launching the overlay, after the overlay has completed loaded and after overlay is removed/closed. Please refer to the demo for example usage and preview.
Current version: 2
License: MIT license
Download location: overlay-js 2
Demo : http://demos.codinglog.com/jquery/overlay-js/
bitbucket repository: https://bitbucket.org/mtsandeep/overlay/
VERSION 0.2 (published on Sep 11, 2011)
Overlay js is my first jquery plugin. I needed a simple overlay and i wanted the styling to be from my css, so i made this plugin. Its lightweight, only 1.75kb minified.
As this is my first plugin, it may not be the best coded plugin, so please test it and help me improve it. I have made a bitbucket repository so that anyone can fork it and improve it. Please check the example folder in the download for usage instructions.