国外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 相关文章推荐
jQuery1.4.2与老版本json格式兼容的解决方法
Feb 12 Javascript
JavaScript验证18位身份证号码最后一位正确性的实现代码
Aug 07 Javascript
jQuery事件绑定和委托实例
Nov 25 Javascript
实现前后端数据交互方法汇总
Apr 07 Javascript
jQuery菜单插件superfish使用指南
Apr 21 Javascript
JavaScript中Textarea滚动条不能拖动的解决方法
Dec 15 Javascript
AngularJs中route的使用方法和配置
Feb 04 Javascript
javascript实现非常简单的小数取整功能示例
Jun 13 Javascript
解决layer 关闭当前弹窗 关闭遮罩层 input值获取不到的问题
Sep 25 Javascript
Vue 路由间跳转和新开窗口的方式(query、params)
Dec 25 Javascript
vue实现匀速轮播效果
Jun 29 Javascript
Vue 组件注册全解析
Dec 17 Vue.js
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数组
2006/10/09 PHP
js基于qrcode.js生成二维码的方法【附demo插件源码下载】
2016/12/28 PHP
laravel5.0在linux下解决.htaccess无效和去除index.php的问题
2019/10/16 PHP
JS TextArea字符串长度限制代码集合
2012/10/31 Javascript
Javascript call和apply区别及使用方法
2013/11/14 Javascript
js 弹出框只弹一次(二次修改之后的)
2013/11/26 Javascript
做好七件事帮你提升jQuery的性能
2014/02/06 Javascript
JS去掉第一个字符和最后一个字符的实现代码
2014/02/20 Javascript
JS实现鼠标经过好友列表中的好友头像时显示资料卡的效果
2014/07/02 Javascript
JavaScript学习笔记之基础语法
2015/01/22 Javascript
浅谈jquery设置和获得checkbox选中的问题
2016/08/19 Javascript
Javascript中字符串和数字的操作方法整理
2017/01/22 Javascript
vue.js实现请求数据的方法示例
2017/02/07 Javascript
Vue + Webpack + Vue-loader学习教程之相关配置篇
2017/03/14 Javascript
微信小程序之数据双向绑定与数据操作
2017/05/12 Javascript
vue组件之间通信方式实例总结【8种方式】
2019/02/22 Javascript
JavaScript实现多张图片放大镜效果示例【不限定图片尺寸,rem单位】
2019/05/14 Javascript
js定义类的方法示例【ES5与ES6】
2019/07/30 Javascript
vue 使用高德地图vue-amap组件过程解析
2019/09/07 Javascript
优雅的使用javascript递归画一棵结构树示例代码
2019/09/22 Javascript
如何使用Javascript中的this关键字
2020/05/28 Javascript
浅谈python中的变量默认是什么类型
2016/09/11 Python
Python随机数用法实例详解【基于random模块】
2017/04/18 Python
python数据分析数据标准化及离散化详解
2018/02/26 Python
python买卖股票的最佳时机(基于贪心/蛮力算法)
2019/07/05 Python
在django模板中实现超链接配置
2019/08/21 Python
python中p-value的实现方式
2019/12/16 Python
Selenium常见异常解析及解决方案示范
2020/04/10 Python
keras 两种训练模型方式详解fit和fit_generator(节省内存)
2020/07/03 Python
澳大利亚音乐商店:Bava’s Music City
2019/05/05 全球购物
小学科学教学反思
2014/01/26 职场文书
2014年底工作总结
2014/12/15 职场文书
2015年教师党员自我评价材料
2015/03/04 职场文书
推广普通话的宣传语
2015/07/13 职场文书
2015年成本会计工作总结
2015/10/14 职场文书
PHP 对接美团大众点评团购券(门票)的开发步骤
2021/04/03 PHP