国外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 相关文章推荐
锋利的jQuery 要点归纳(三) jQuery中的事件和动画(上:事件篇)
Mar 24 Javascript
基于jquery的实现简单的表格中增加或删除下一行
Aug 01 Javascript
jquery选择器的选择使用及性能介绍
Jan 16 Javascript
js弹出层永远居中实现思路及代码
Nov 29 Javascript
JavaScript实现生成GUID(全局统一标识符)
Sep 05 Javascript
理解jquery事件冒泡
Jan 03 Javascript
详解JavaScript对象序列化
Jan 19 Javascript
微信小程序利用Canvas绘制图片和竖排文字详解
Jun 25 Javascript
解决layui批量传值到后台操作时出现传值为空的问题
Sep 28 Javascript
vue与django集成打包的实现方法
Nov 11 Javascript
Node.js API详解之 console模块用法详解
May 12 Javascript
Map与WeakMap类型在JavaScript中的使用详解
Nov 18 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作为Shell脚本语言使用
2006/10/09 PHP
PHP实现用户认证及管理完全源码
2007/03/11 PHP
php数组声明、遍历、数组全局变量使用小结
2013/06/05 PHP
PHP中可以自动分割查询字符的Parse_str函数使用示例
2014/07/25 PHP
php利用smtp类实现电子邮件发送
2015/10/30 PHP
PHP微信刮刮卡 附微信接口
2016/07/22 PHP
原生js 秒表实现代码
2012/07/24 Javascript
js动态创建标签示例代码
2014/06/09 Javascript
jQuery实现为控件添加水印文字效果(附源码)
2015/12/02 Javascript
轻松搞定jQuery+JSONP跨域请求的解决方案
2018/03/06 jQuery
微信小程序 slot踩坑的解决
2019/04/01 Javascript
通过js示例讲解时间复杂度与空间复杂度
2019/08/06 Javascript
layui监听select变化,以及设置radio选中的方法
2019/09/24 Javascript
编写一个javascript元循环求值器的方法
2020/04/14 Javascript
用VsCode编辑TypeScript的实现方法
2020/05/07 Javascript
vue项目配置同一局域网可使用ip访问的操作
2020/10/23 Javascript
JS实现购物车基本功能
2020/11/08 Javascript
Vue SPA 首屏优化方案
2021/02/26 Vue.js
从零学Python之入门(二)基本数据类型
2014/05/25 Python
python3.6.3+opencv3.3.0实现动态人脸捕获
2018/05/25 Python
详解从Django Rest Framework响应中删除空字段
2019/01/11 Python
python nmap实现端口扫描器教程
2020/05/28 Python
关于Tensorflow分布式并行策略
2020/02/03 Python
Python3监控windows,linux系统的CPU、硬盘、内存使用率和各个端口的开启情况详细代码实例
2020/03/18 Python
python关于倒排列的知识点总结
2020/10/13 Python
英国领先的珍珠首饰品牌:Orchira
2016/09/11 全球购物
施华洛世奇德国官网:SWAROVSKI德国
2017/02/01 全球购物
Ted Baker美国官网:英国时尚品牌
2018/10/29 全球购物
全球性的在线商店:Vogca
2019/05/10 全球购物
请假条格式范文
2014/04/10 职场文书
大学社团活动总结
2014/04/26 职场文书
工作保证书范文
2014/04/29 职场文书
创先争优承诺书
2015/01/20 职场文书
党员干部廉洁自律承诺书
2015/04/28 职场文书
2019员工保密协议书(3篇)
2019/09/23 职场文书
七个非常实用的Python工具包总结
2021/06/15 Python