## About Colorbox:
A customizable lightbox plugin for jQuery. See the [project page](http://jacklmoore.com/colorbox/) for documentation and a demonstration, and the [FAQ](http://jacklmoore.com/colorbox/faq/) for solutions and examples to common issues. Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
## Changelog:
### Version 1.4.33 - 2013/10/31
* Fixed an issue where private events propagated to the document in versions of jQuery prior to 1.7. Fixes #525, Fixes #526
### Version 1.4.32 - 2013/10/16
* Updated stylesheets to avoid issue with using `div {max-width:100%}` (Fixes #520)
### Version 1.4.31 - 2013/9/25
* Used setAttribute to set londesc, so that the value is accessible via DOM Node longDesc property #508
### Version 1.4.30 - 2013/9/24
* Added longdesc and aria-describedby attributes to photos. Fixes #508
### Version 1.4.29 - 2013/9/10
* Fixed a slideshow regression from 1.4.27
* Fixed a potential issue with the starting size of #cboxLoadedContent
### Version 1.4.28 - 2013/9/4
* Fixed a potential issue with using the open property with mixed slideshow and non-slideshow groups
### Version 1.4.27 - 2013/7/16
* Fixed a width calculation issue relating to using margin:auto on #cboxLoadedContent.
### Version 1.4.26 - 2013/6/30
* Fixed a regression in IE7 and IE8 that was causing an error.
### Version 1.4.25 - 2013/6/28
* Use an animation speed of zero between same-sized content (fixed).
* Removed temporary fix for jQuery UI 1.8
### Version 1.4.24 - 2013/6/24
* Added closeButton option. Set to false to remove the close button.
### Version 1.4.23 - 2013/6/23
* Bugfix loading overlay/graphic append order
### Version 1.4.22 - 2013/6/19
* Updated manifest files for the jQuery plugin repository and Bower (no changes to plugin)
### Version 1.4.21 - 2013/6/6
* Replaced new Image() with document.createElement('img') to avoid a potential bug in Chrome 27.
### Version 1.4.20 - 2013/6/5
* Fixing bug/typo from last update.
### Version 1.4.19 - 2013/6/3
* Fixed bug where Colorbox was capturing ctrl+click on assigned links on windows browsers with jQuery 1.7+, rather than ignoring.
### Version 1.4.18 - 2013/5/30
* Fixed a scroll position issue when using $.colorbox.resize()
### Version 1.4.17 - 2013/5/23
* Possible fix for a Chrome 27 issue (https://github.com/jackmoore/colorbox/pull/438#issuecomment-18334804)
### Version 1.4.16 - 2013/5/20
* Added trapFocus setting to allow disabling of focus trapping
### Version 1.4.15 - 2013/4/22
* Added .webp to list of recognized image extensions
### Version 1.4.14 - 2013/4/16
* Added fadeOut property to control the closing fadeOut speed.
* Removed longdesc attribute for now.
### Version 1.4.13 - 2013/4/11
* Fixed an error involving IE7/IE8 and legacy versions of jQuery
### Version 1.4.12 - 2013/4/9
* Fixed a potential conflict with Twitter Bootstrap default img styles.
### Version 1.4.11 - 2013/4/9
* Added `type='button'` to buttons to prevent accidental form submission
* Added alt and longdesc attributes to photo content if they are present on the calling element.
### Version 1.4.10 - 2013/4/2
* Better 'old IE' feature detection that fixes an error with jQuery 2.0.0pre.
### Version 1.4.9 - 2013/4/2
* Fixes bug introduced in previous version.
### Version 1.4.8 - 2013/4/2
* Dropped IE6 support.
* Fixed other issues with $.colorbox.remove.
### Version 1.4.7 - 2013/4/1
* Prevented an error if $.colorbox.remove is called during the transition.
### Version 1.4.6 - 2013/3/19
* Minor change to work around a jQuery 1.4.2 bug for legacy users.
### Version 1.4.5 - 2013/3/10
* Minor change to apply the close and className properties sooner.
### Version 1.4.4 - 2013/3/10
* Fixed an issue with percent-based heights in iOS
* Fixed an issue with ajax requests being applied at the wrong time.
### Version 1.4.3 - 2013/2/18
* Made image preloading aware of retina settings.
### Version 1.4.2 - 2013/2/18
* Removed $.contains for compatibility with jQuery 1.3.x
### Version 1.4.1 - 2013/2/14
* Ignored left and right arrow keypresses if combined with the alt key.
### Version 1.4.0 - 2013/2/12
* Better accessibility:
* Replaced div controls with buttons
* Tabbed navigation confined to modal window
* Added aria role
### Version 1.3.34 - 2013/2/4
* Updated manifest for plugins.jquery.com
### Version 1.3.33 - 2013/2/4
* Added retina display properties: retinaImage, retinaUrl, retinaSuffix
* Fixed iframe scrolling on iOS devices.
### Version 1.3.32 - 2013/1/31
* Improved internal event subscribing & fixed event bug introduced in v1.3.21
### Version 1.3.31 - 2013/1/28
* Fixed a size-calculation bug introduced in the previous commit.
### Version 1.3.30 - 2013/1/25
* Delayed border-width calculations until after opening, to avoid a bug in FF when using Colorbox in a hidden iframe.
### Version 1.3.29 - 2013/1/24
* Fixes bug with bubbling delegated events, introduced in the previous commit.
### Version 1.3.28 - 2013/1/24
* Fixed compatibility issue with old versions of jQuery (1.3.2-1.4.2)
### Version 1.3.27 - 2013/1/23
* Added className property.
### Version 1.3.26 - 2013/1/23
* Minor bugfix: clear the onload event handler after photo has loaded.
### Version 1.3.25 - 2013/1/23
* Removed grunt file & added Bower component.json.
### Version 1.3.24 - 2013/1/22
* Added generated files (jquery.colorbox.js / jquery.colorbox-min.js) back to the repository.
### Version 1.3.23 - 2013/1/18
* Minor bugfix for calling Colorbox on empty jQuery collections without a selector.
### Version 1.3.22 - 2013/1/17
* Recommit for plugins.jquery.com
### Version 1.3.21 - 2013/1/15
Files Changed: *.js
* Fixed compatability issues with jQuery 1.9
### Version 1.3.20 - August 15 2012
Files Changed:jquery.colorbox.js
* Added temporary workaround for jQuery-UI 1.8 bug (http://bugs.jquery.com/ticket/12273)
* Added *.jpe extension to the list of image types.
### Version 1.3.19 - December 08 2011
Files Changed:jquery.colorbox.js, colorbox.css (all)
* Fixed bug related to using the 'fixed' property.
* Optimized the setup procedure to be more efficient.
* Removed $.colorbox.init() as it will no longer be needed (will self-init when called).
* Removed use of $.browser.
### Version 1.3.18 - October 07 2011
Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 1's controls.png
* Fixed a regression where Flash content displayed in Colorbox would be reloaded if the browser window was resized.
* Added safety check to make sure that Colorbox's markup is only added to the DOM a single time, even if $.colorbox.init() is called multiple times. This will allow site owners to manually initialize Colorbox if they need it before the DOM has finished loading.
* Updated the example index.html files to be HTML5 compliant.
* Changed the slideshow behavior so that it immediately moves to the next slide when the slideshow is started.
* Minor regex bugfix to allow automatic detection of image URLs that include fragments.
### Version 1.3.17 - May 11 2011
Files Changed:jquery.colorbox.js/jquery.colorbox-min.js
* Added properties "top", "bottom", "left" and "right" to specify a position relative to the viewport, rather than using the default centering.
* Added property "data" to specify GET or POST data when using Ajax. Colorbox's ajax functionality is handled by jQuery's .load() method, so the data property works the same way as it does with .load().
* Added property "fixed" which can provide fixed positioning for Colorbox, rather than absolute positioning. This will allow Colorbox to remain in a fixed position within the visitors viewport, despite scrolling. IE6 support for this was not added, it will continue to use the default absolute positioning.
* Fixed ClearType problem with IE7.
* Minor fixes.
### Version 1.3.16 - March 01 2011
Files Changed:jquery.colorbox.js/jquery.colorbox-min.js, colorbox.css (all) and example 4 b
没有合适的资源?快使用搜索试试~ 我知道了~
毕业设计-基于Java 中 SSH 框架的 物流配送管理系统全部资料+详细文档+高分项目+源码.zip
共1633个文件
js:668个
html:128个
png:99个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 79 浏览量
2024-12-23
10:17:26
上传
评论
收藏 61.84MB ZIP 举报
温馨提示
【资源说明】 毕业设计-基于Java 中 SSH 框架的 物流配送管理系统全部资料+详细文档+高分项目+源码.zip 【备注】 1、该项目是个人高分项目源码,已获导师指导认可通过,答辩评审分达到95分 2、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用! 3、本项目适合计算机相关专业(人工智能、通信工程、自动化、电子信息、物联网等)的在校学生、老师或者企业员工下载使用,也可作为毕业设计、课程设计、作业、项目初期立项演示等,当然也适合小白学习进阶。 4、如果基础还行,可以在此代码基础上进行修改,以实现其他功能,也可直接用于毕设、课设、作业等。 欢迎下载,沟通交流,互相学习,共同进步!
资源推荐
资源详情
资源评论
收起资源包目录
毕业设计-基于Java 中 SSH 框架的 物流配送管理系统全部资料+详细文档+高分项目+源码.zip (1633个子文件)
africa 45KB
colorbox.ai 230KB
antarctica 15KB
asia 111KB
australasia 68KB
backward 4KB
FileHandle.class 9KB
OrderAction.class 7KB
chat.class 6KB
ApplyResetPasswordJsonHandle.class 6KB
VerifyCodeAction.class 4KB
CreateImageAction.class 4KB
login.class 4KB
RegisterJsonHandle.class 4KB
user.class 4KB
msg.class 4KB
UserAction.class 4KB
LoginJsonHandle.class 3KB
ResetPasswordJsonHandle.class 3KB
SimpleMailSender.class 3KB
Test.class 3KB
User.class 3KB
MailSenderInfo.class 3KB
reg.class 3KB
xmltest.class 3KB
AdminLoginJsonHandle.class 3KB
Logout.class 2KB
OrderDao.class 2KB
AdminAction.class 2KB
UserDao.class 2KB
Book.class 2KB
UserValidate.class 2KB
Warehouse.class 2KB
Admin.class 2KB
UserLoginShoppingInfoInterceptor.class 2KB
UserLoginLogisticsInterceptor.class 2KB
AdminLoginInterceptor.class 2KB
UserLoginInterceptor.class 2KB
OrderService.class 2KB
UserService.class 2KB
Xml.class 1KB
EncodeFilter.class 1KB
testgetmsg.class 1KB
User.class 1KB
MD5Util.class 1KB
Order.class 1KB
Msg.class 1KB
AdminDao.class 1KB
testmsg.class 1KB
test.class 981B
StringEqualTest.class 924B
AdminService.class 876B
MyAuthenticator.class 774B
TestStringToInt.class 691B
BaseDao.class 639B
ApplyResetPassword.class 396B
.classpath 1KB
.classpath 836B
.classpath 717B
bootstrap-tour.spec.coffee 24KB
bootstrap-tour.coffee 18KB
Gruntfile.coffee 6KB
index.coffee 3KB
org.eclipse.wst.common.component 587B
org.eclipse.wst.common.component 456B
jshint.config 4KB
org.eclipse.wst.jsdt.ui.superType.container 49B
org.eclipse.wst.jsdt.ui.superType.container 49B
bootstrap.css 129KB
bootstrap-slate.min.css 121KB
bootstrap.min.css 120KB
bootstrap.min.css 118KB
bootstrap.css 118KB
bootstrap.css 117KB
bootstrap-spacelab.min.css 114KB
bootstrap-lumen.min.css 114KB
bootstrap-cerulean.min.css 112KB
bootstrap-darkly.min.css 111KB
bootstrap-simplex.min.css 110KB
bootstrap-cyborg.min.css 109KB
bootstrap-united.min.css 107KB
bootstrap.min.css 107KB
todc-bootstrap.min.css 105KB
bootstrap.min.css 98KB
bootstrap.min.css 95KB
style3.css 57KB
animate.min.css 54KB
jquery-ui-1.8.4.custom.css 33KB
jquery-ui-1.8.4.custom.css 33KB
jquery-ui-1.8.21.custom.css 32KB
elfinder.min.css 29KB
font-awesome.css 26KB
index.css 23KB
font-awesome.min.css 21KB
bootstrap-theme.css 21KB
style.css 20KB
bootstrap-theme.min.css 18KB
charisma-app.css 17KB
bootstrap-theme.css 15KB
bootstrap-theme.min.css 13KB
共 1633 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17
资源评论
Yuki-^_^
- 粉丝: 3101
- 资源: 2952
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 面部、耳廓损伤损伤程度分级表.docx
- 农资使用情况调查问卷.docx
- 燃气管道施工资质和特种设备安装改造维修委托函.docx
- 食物有毒的鉴定方法.docx
- 市政道路工程联合质量抽检记录表.docx
- 市政道路工程联合质量抽检项目、判定标准、频率或点数.docx
- 视力听力残疾标准.docx
- 视器视力损伤程度分级表.docx
- 收回扣检查报告.docx
- 输液室管理制度、治疗配药室、注射室、处置室感染管理制度、查对制度.docx
- 听器听力损伤程度分级表.docx
- 新生儿评分apgar标准五项、五项体征的打分标准.docx
- 医疗废弃物环境风险评价依据、环境风险分析.docx
- 预防溺水宣传口号.docx
- 招标代理方案评分表.docx
- 职业暴露后的处理流程.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功