jQuery Lightbox Plugin (balupton edition) 1.2.1-final
August 1, 2008 - 1:01am — balupton
Download: jquery_lightbox_v1.2.1-final.zip
Size: 335.69 KB
md5_file hash: d0caf016723ce0eb9be2378cb70b5264
First released: August 1, 2008 - 1:01am
Size: 335.69 KB
md5_file hash: d0caf016723ce0eb9be2378cb70b5264
First released: August 1, 2008 - 1:01am
A newer version is available, get it here: http://plugins.jquery.com/node/981/release
Changelog:
v1.2.1-final (August 1, 2008)
- Made it easier to apply options.files - No longer have to modifiy the js location within the jquery.lightbox.js file
reported by dec: http://plugins.jquery.com/node/3191
- Fixed safari CSS bug
reported by rgnelson and noYet: http://plugins.jquery.com/node/3254 , http://plugins.jquery.com/node/3314
- Fixed XP IE7 double flash bug
reported by sashabe and sheshnjak: http://plugins.jquery.com/node/1804
v1.2.0-final (July 11, 2008)
- Added support for the following options:
['baseurl', 'files', 'text', 'show_linkback', 'keys', 'opacity', 'padding', 'speed', 'rel', 'auto_relify', 'scroll_with']
- Can specify options like so:
jquery_lightbox/js/jquery.lightbox.js?show_linkback=false&text.image=Translation%20of%20Image
or
$.Lightbox.construct({'show_linkback':false,'text':{'image':'Translation of Image'}}); // resets the lightbox
or
$.Lightbox.construct({'speed':900}); // does not reset the lightbox
- Added the ability for the "show" handler, for details see:
http://plugins.jquery.com/node/3103
- Added the option scroll_with, when true, the lightbox will scroll with the page, to use:
jquery_lightbox/js/jquery.lightbox.js?scroll_with=true
- Cut support for IE6 due to my belief that the IE6 userbase do not care for lightboxes.
If you do wish for lightboxes to be enabled for IE6 users, then use v1.0.1-final.
Users of IE6 will have lightboxes disabled, and be shown a upgrade message courtesy of
http://www.savethedevelopers.org/
- Added support for name attribute in images array.
v1.1.2-final (May 04, 2008)
- Fixed imported css never caching
v1.1.1-final (April 07, 2008)
- Smoothed effects, especially initial lightbox show effect