nitelite
nitelite copied to clipboard
A low-level Lightbox plugin for jQuery.
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 add to notifyglobalwindow
And modify methods such as center() to work with these.
Focus remains behind the lightbox when it appears, rendering it unusable for keyboard navigators.