LightFace
LightFace copied to clipboard
LightFace MooTools-Based lightbox inspired by Facebook's lightbox.
is this plugin has jquery version because i use jquery a lot.
When using LightFace.Request - onComplete fires before the modal content is part of the DOM.
Currently the package.yml has no Sources defined, for making packager work correctly it should be the case. Fixes: #8
1. Mootools 1.4 compatiblity. 2. Added the use of Mootools Mask class. 3. Added destroyOnClose option. 4. Added methods to maintain parent/child relationships for LightFace instances. See the changelog for...
Heya, First off, LOVE this library. It's fantastic. So I thank you for that! I've recently updated to MooTools 1.4. Lightface appears to work flawlessly except for one little snag....
on mootools 1.4.x there is a problem with the overlay div. the overlay stay "on top" of the lightface dialog panel and disable any button action or scrolling
My web page is based on the [Twitter Bootstrap](http://twitter.github.com/bootstrap/) and unfortunately, LightFace is not compatible with this framework. Mostly the problems are from CSS definitions that are not explicitly set...
I came across this because a friend of mine is using a screenreader to browse the web because he is blind. -> to be able to read it correctly the...
David, the package.yml has no sources defined, I'd love if you could extend them: ``` sources: - "Source/LightFace.js" - "Source/LightFace.Image.js" - "Source/LightFace.IFrame.js" - "Source/LightFace.Static.js" - "Source/LightFace.Request.js" ```