国外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 选项卡效果(JS与HTML的分离)
Apr 01 Javascript
jquery多选项卡效果实例代码(附效果图)
Mar 23 Javascript
基于javascript的JSON格式页面展示美化方法
Jul 02 Javascript
微信小程序 wx.uploadFile在安卓手机上面the same task is working问题解决
Dec 14 Javascript
对比分析Django的Q查询及AngularJS的Datatables分页插件
Feb 07 Javascript
浅谈JS函数节流防抖
Oct 18 Javascript
BootStrap模态框不垂直居中的解决方法
Oct 19 Javascript
javascript显示动态时间的方法汇总
Jul 06 Javascript
Vue-drag-resize 拖拽缩放插件的使用(简单示例)
Dec 04 Javascript
Vue 一键清空表单的实现方法
Feb 07 Javascript
微信小程序实现倒计时功能
Nov 19 Javascript
js 数组 fill() 填充方法
Nov 02 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
从网上搜到的phpwind 0day的代码
2006/12/07 PHP
PHP常用的三种设计模式
2017/02/17 PHP
微信第三方登录(原生)demo【必看篇】
2017/05/26 PHP
PHP正则表达式函数preg_replace用法实例分析
2020/06/04 PHP
js 处理URL实用技巧
2010/11/23 Javascript
jQuery News Ticker 基于jQuery的即时新闻行情展示插件
2011/11/05 Javascript
jquery cookie实现的简单换肤功能适合小网站
2013/08/25 Javascript
ie与ff下的event事件使用介绍
2013/11/25 Javascript
sogou地图API用法实例教程
2014/09/11 Javascript
使用BootStrap建立响应式网页——通栏轮播图(carousel)
2016/12/21 Javascript
Bootstrap页面缩小变形的快速解决办法
2017/02/03 Javascript
JavaScript验证知识整理
2017/03/24 Javascript
vue.js给动态绑定的radio列表做批量编辑的方法
2018/02/28 Javascript
vue 的keep-alive缓存功能的实现
2018/03/22 Javascript
vue-router 实现导航守卫(路由卫士)的实例代码
2018/09/02 Javascript
JavaScript实现的级联算法示例【省市二级联动功能】
2018/12/25 Javascript
js变量值传到php过程详解 将php解析成数据
2019/06/26 Javascript
vue中axios封装使用的完整教程
2021/03/03 Vue.js
Python对象的深拷贝和浅拷贝详解
2014/08/25 Python
python中requests模块的使用方法
2015/04/08 Python
Python isinstance函数介绍
2015/04/14 Python
基于Python函数和变量名解析
2019/07/19 Python
django model 条件过滤 queryset.filter(**condtions)用法详解
2020/05/20 Python
DRF框架API版本管理实现方法解析
2020/08/21 Python
Python使用Selenium模拟浏览器自动操作功能
2020/09/08 Python
使用Pytorch搭建模型的步骤
2020/11/16 Python
Under Armour安德玛中国官网:美国高端运动科技品牌
2018/03/09 全球购物
W Hamond官网:始于1979年的钻石专家
2020/07/20 全球购物
Linux管理员面试经常问道的相关命令
2013/04/29 面试题
高三家长寄语
2014/04/03 职场文书
2014年组织部工作总结
2014/11/14 职场文书
工艺技术员岗位职责
2015/02/04 职场文书
酒店前台岗位职责
2015/04/16 职场文书
实验心得体会范文
2016/01/25 职场文书
python创建字典及相关管理操作
2022/04/13 Python
MySQL 原理与优化之原数据锁的应用
2022/08/14 MySQL