国外Lightbox v2.03.3 最新版 下载


Posted in Javascript onOctober 17, 2007

下面是官方的描述,好多网站实现的图片展示都用的这个效果,非常不错的效果,简单易用
Support
It doesn't work at all. The image opens up in a new page. What's wrong? 
This is commonly caused by a conflict between scripts. Check your body tag and look for an onload attribute. Example:
<body onload="MM_preloadImages(‘/images/menu_on.gif')…;">
A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
<body onload="MM_preloadImages(‘/images/menu_on.gif')…;initLightbox()">

It doesn't work if I click an image link before the page has finished loading. 
The script is activated only after the page has finished loading. 
The shadow overlay doesn't stretch to cover full browser window. 
Remove the default margin and padding from the body tag. Add body{ margin: 0; padding: 0; } to your stylesheet. 
Can I insert links in the caption? 
Yes, but you need to convert quotes and greater and less than symbols into their html entity equivalents. For example:
<a href="images/image-4.jpg" rel="lightbox" title="<a href="link.html">my link</a>">Image</a> 
Can I display flash, video, or other content using the script? 
Sorry, photos only. For other content, google for Lightbox modifications or try an alternative script such as Cody Lindley's ThickBox. 
Can the script be called from an iframe? 
If you're using iframes, try the Lytebox modification which has better support. 
Can I use the script in a commercial project? 
Yes. It is licensed under the Creative Commons Attribution 2.5 License. A donation would be nice, hint hint. 
Contact
For troubleshooting, feature requests, and general help, post a message in the Lightbox Forum. Make sure to include details on your browser, operating system, Lightbox version, and a link (or relevant code). I do not have time to personally respond to support emails, please use the forum. 

To send me a non-support related note, email me at: lokeshdhakar2007@gmail.com . Thanks.

官方下载

Javascript 相关文章推荐
分享别人写的一个小型js框架
Aug 13 Javascript
js 居中漂浮广告
Mar 21 Javascript
Jquery 扩展方法
May 06 Javascript
js中的referrer返回上一页使用介绍
Sep 26 Javascript
JS实现金额转换(将输入的阿拉伯数字)转换成中文的实现代码
Sep 30 Javascript
js实现数组去重、判断数组以及对象中的内容是否相同
Nov 29 Javascript
xmlhttp缓存清除的2种解决方法
Dec 13 Javascript
不依赖Flash和任何JS库实现文本复制与剪切附源码下载
Oct 09 Javascript
学习JavaScript设计模式之享元模式
Jan 18 Javascript
如何在vue中使用ts的示例代码
Feb 28 Javascript
提升node.js中使用redis的性能遇到的问题及解决方法
Oct 30 Javascript
vue插槽slot的理解和使用方法
Apr 03 Javascript
javascript[js]获取url参数的代码
Oct 17 #Javascript
javascript中的有名函数和无名函数
Oct 17 #Javascript
JS网络游戏-(模拟城市webgame)提供的一些例子下载
Oct 14 #Javascript
表单填写时用回车代替TAB的实现方法
Oct 09 #Javascript
关于 byval 与 byref 的区别分析总结
Oct 08 #Javascript
JavaScript加密解密7种方法总结分析
Oct 07 #Javascript
JavaScript 入门·JavaScript 具有全范围的运算符
Oct 01 #Javascript
You might like
php实现ping
2006/10/09 PHP
EarthLiveSharp中cloudinary的CDN图片缓存自动清理python脚本
2017/04/04 PHP
php实现微信支付之现金红包
2018/05/30 PHP
javascript 模拟点击广告
2010/01/02 Javascript
javascript学习笔记(四) Number 数字类型
2012/06/19 Javascript
JS获取浏览器版本及名称实现函数
2013/04/02 Javascript
文字溢出实现溢出的部分再放入一个新生成的div中具体代码
2013/05/17 Javascript
javascript模拟枚举的简单实例
2014/03/06 Javascript
Javascript中的回调函数和匿名函数的回调示例介绍
2014/05/12 Javascript
基于jQuery的图片不完全按比例自动缩小
2014/07/11 Javascript
JavaScript+html5 canvas实现图片破碎重组动画特效
2016/02/22 Javascript
js获取隐藏元素宽高的实现方法
2016/05/19 Javascript
d3.js实现简单的网络拓扑图实例代码
2016/11/06 Javascript
利用node.js实现自动生成前端项目组件的方法详解
2017/07/12 Javascript
ztree简介_动力节点Java学院整理
2017/07/19 Javascript
Vue.js 图标选择组件实践详解
2018/12/03 Javascript
[14:25]教你分分钟做大人:主宰(HEROS)
2014/12/08 DOTA
Python collections模块实例讲解
2014/04/07 Python
python错误处理详解
2014/09/28 Python
Python开发常用的一些开源Package分享
2015/02/14 Python
Python中的异常处理简明介绍
2015/04/13 Python
python开发简易版在线音乐播放器
2017/03/03 Python
如何在sae中设置django,让sae的工作环境跟本地python环境一致
2017/11/21 Python
利用pyinstaller打包exe文件的基本教程
2019/05/02 Python
Python基础之高级变量类型实例详解
2020/01/03 Python
Python使用Opencv实现边缘检测以及轮廓检测的实现
2020/12/31 Python
美国名牌太阳镜折扣网站:Eyedictive
2017/05/15 全球购物
美国床垫和床上用品公司:Nest Bedding
2017/06/12 全球购物
办理退休介绍信
2014/01/09 职场文书
会计专业导师推荐信
2014/03/08 职场文书
党的群众路线教育实践活动查摆问题及整改措施
2014/10/10 职场文书
2014年团委工作总结
2014/11/13 职场文书
简历自我评价模板
2015/03/11 职场文书
2015年感恩父亲节活动策划方案
2015/05/05 职场文书
戒赌保证书
2015/05/11 职场文书
React更新渲染原理深入分析
2022/12/24 Javascript