nitelite icon indicating copy to clipboard operation
nitelite copied to clipboard

A low-level Lightbox plugin for jQuery.

Results 10 nitelite issues
Sort by recently updated
recently updated
newest added

Instead of requiring: ``` jQuery.nitelite().open(elem) ``` It should be possible to use simply: ``` jQuery.nitelite.open(elem) ``` and the same for other methods. This would create new Nitelite instance, and execute...

e.g. seen in Mac Safari, the fade in is a bit juddery

and add to notifyglobalwindow The Lightbox container should be added on Overlay.addstart

And modify methods such as center() to work with these.

Focus remains behind the lightbox when it appears, rendering it unusable for keyboard navigators.