Is there a jQuery plugin or effect that will create an overlay/lightbox effect around an existing div element? In essence, I’d like to darken the entire page except for a particular div that’s already in the DOM.
Is there a jQuery plugin or effect that will create an overlay/lightbox effect around
Share
Here’s a premade one: http://dev7studios.com/demo/jquery-spotlight/
And here’s a tutorial on how to roll your own: http://web.enavu.com/tutorials/making-a-cool-spotlight-effect-with-jquery/