## 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.5.8 - 2014/4/15
* Fixed accidental leak of global variable. References #591
* Enabled strict mode. Fixes #597
### Version 1.5.7 - 2014/4/15
* Fix potential error when calling Colorbox directly. References #591
* Potentially worked around browser limitation of reporting that an image height and width is 0 immediately after onload. Fixes #535
### Version 1.5.6 - 2014/4/4
* Applied maxWidth and maxHeight to the initialWidth and initialHeight. Fixes #391
### Version 1.5.5 - 2014/3/13
* Allow setting the overlay opacity through CSS, rather than having to use Colorbox's opacity property. Fixes #580
### Version 1.5.4 - 2014/3/7
* Fixed potential issue where IE9+ wouldn't close the modal when clicking on the overlay. Fixes #576
### Version 1.5.3 - 2014/3/4
* Added access to settings object in callbacks.
### Version 1.5.2 - 2014/2/28
* Added svg to image types regex.
### Version 1.5.1 - 2014/2/27
* Fixed regression that broke direct calls to Colorbox, ie. $.colorbox(…)
### Version 1.5.0 - 2014/2/27
* Changed when the className is applied: immediately on open, but only updated immediately prior to transition. Fixes #565
* Fixed potential style flash if #cboxLoadedContent is given a background. Fixes #567
* Misc. code cleanup
### Version 1.4.37 - 2014/2/11
* Fixed potential error when resizing. Fixes #254
* Added Microsoft's JPEG XR to photo detection regex.
### 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 compatibility 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 th
没有合适的资源?快使用搜索试试~ 我知道了~
Java进销存ERP管理系统源码
共2000个文件
png:512个
class:335个
js:260个
4 下载量 133 浏览量
2023-04-08
10:13:24
上传
评论 2
收藏 49.96MB ZIP 举报
温馨提示
主要模块:零售管理、采购管理、销售管理 仓库管理、财务管理、报表查询系统管理等。 支持预付款、收入支出 仓库调拨、组装拆卸、订单等特色功能 拥有库存状况、出入库 统计等报表 同时对角色和权限进行了细致全面控制,精确到每个按钮和菜单。 技术框架: 核心框架:SpringBoot 2.0.0 持久层框架:Mybatis 1.3.2 日志管理:Log4j 2.10.0 JS框架:Jquery 1.8.0 UI框架: EasyUI 1.3.5 模板框架: AdminLTE 2.4.0 项目管理框架: Maven 3.2.3 开发环境: IDE: IntelliJ IDEA 2017+ eclipse DB: Mysql5.7.4 JDK: JDK1.8 Maven: Maven3.2.3+ 运行环境:数据库服务器:Mysql5.7.4 JAVA平台: JRE1.8 操作系统:Windows、Linux等 6) 系统管理:主要是实现对历史记录进行简要的分析,实现用户的资料更新和数据备份。权限管理主
资源推荐
资源详情
资源评论
收起资源包目录
Java进销存ERP管理系统源码 (2000个子文件)
14fff8f799f41bd2c362a82755d519a5d959d001 0B
442292b8a7efeabbe4cc176709b833b1792140ec 0B
8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d 0B
9035c35dd7025783a88e5bd5205907b7b75acaaf 0B
a2e2b6c56448b4298918f79c1e2d7dd0503421c8 0B
colorbox.ai 230KB
WeatherProxy.aspx 139B
favicon.ico.bak 1KB
start.bat 90B
DepotHeadExample$GeneratedCriteria.class 62KB
MaterialExample$GeneratedCriteria.class 52KB
DepotItemExample$GeneratedCriteria.class 49KB
SupplierExample$GeneratedCriteria.class 46KB
DepotHeadExample$Criteria.class 44KB
MaterialExample$Criteria.class 37KB
DepotItemExample$Criteria.class 35KB
SupplierExample$Criteria.class 33KB
OrganizationExample$GeneratedCriteria.class 32KB
UserExample$GeneratedCriteria.class 29KB
DepotItemController.class 27KB
MaterialCategoryExample$GeneratedCriteria.class 27KB
DepotExample$GeneratedCriteria.class 25KB
FunctionsExample$GeneratedCriteria.class 25KB
AccountHeadExample$GeneratedCriteria.class 25KB
SystemConfigExample$GeneratedCriteria.class 25KB
SerialNumberExample$GeneratedCriteria.class 25KB
DepotHeadService.class 24KB
DepotItemService.class 24KB
OrganizationExample$Criteria.class 23KB
OrgaUserRelExample$GeneratedCriteria.class 21KB
AccountService.class 21KB
UserExample$Criteria.class 20KB
AccountExample$GeneratedCriteria.class 20KB
LogExample$GeneratedCriteria.class 20KB
MaterialCategoryExample$Criteria.class 19KB
UserService.class 18KB
MsgExample$GeneratedCriteria.class 18KB
FunctionsExample$Criteria.class 18KB
AccountItemExample$GeneratedCriteria.class 18KB
DepotExample$Criteria.class 17KB
AccountHeadExample$Criteria.class 17KB
SerialNumberExample$Criteria.class 17KB
SystemConfigExample$Criteria.class 17KB
MaterialService.class 17KB
MaterialController.class 17KB
SupplierController.class 17KB
SupplierService.class 16KB
DepotHeadController.class 16KB
SerialNumberService.class 16KB
RoleExample$GeneratedCriteria.class 16KB
UserController.class 15KB
MaterialPropertyExample$GeneratedCriteria.class 15KB
TenantExample$GeneratedCriteria.class 14KB
OrgaUserRelExample$Criteria.class 14KB
UserBusinessExample$GeneratedCriteria.class 14KB
InOutItemExample$GeneratedCriteria.class 14KB
AccountExample$Criteria.class 14KB
LogExample$Criteria.class 13KB
MaterialCategoryService.class 13KB
AccountHeadService.class 13KB
ExceptionConstants.class 13KB
MsgExample$Criteria.class 12KB
PersonExample$GeneratedCriteria.class 12KB
Tools.class 12KB
DepotService.class 12KB
AccountItemExample$Criteria.class 12KB
AccountItemService.class 12KB
RoleExample$Criteria.class 11KB
PersonService.class 11KB
UnitExample$GeneratedCriteria.class 10KB
UserBusinessService.class 10KB
FunctionsController.class 10KB
LogService.class 10KB
InOutItemService.class 10KB
MaterialPropertyExample$Criteria.class 10KB
OrganizationService.class 10KB
DepotController.class 10KB
UserBusinessExample$Criteria.class 10KB
InOutItemExample$Criteria.class 9KB
TenantExample$Criteria.class 9KB
FunctionsService.class 9KB
ExcelUtils.class 9KB
MsgService.class 9KB
UnitService.class 9KB
SystemConfigService.class 8KB
PersonExample$Criteria.class 8KB
DepotHead.class 8KB
MaterialPropertyService.class 8KB
StringUtil.class 8KB
RoleService.class 7KB
AccountController.class 7KB
FileUtils.class 7KB
ResourceController.class 7KB
Material.class 7KB
UnitExample$Criteria.class 7KB
MaterialCategoryController.class 7KB
TenantService.class 6KB
DepotItem.class 6KB
AccountItemController.class 6KB
OrganizationController.class 6KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
大山源码
- 粉丝: 42
- 资源: 108
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 01-【管理表格】-07-劳动合同管理台账表.xlsx
- 01-【管理表格】-08-劳动合同管理台帐(含到期自动预警).xlsx
- 01-【管理表格】-06-劳动合同签订自动提醒表.xlsx
- 01-【管理表格】-09-劳动合同管理系统.xlsx
- 3b088旅游管理系统_springboot+vue0.zip
- 3b089民宿管理系统_springboot+vue.zip
- gcc++自动升级脚本
- 01-【管理制度】-04-人事档案管理制度.docx
- 01-【管理制度】-06-人事档案管理制度.docx
- 01-【管理制度】-05-人事档案管理制度.doc.docx
- 02-【管理表格】-02-人事档案管理登记表表.xlsx
- 02-【管理表格】-01-人事档案管理登记表.xlsx
- 01-【管理制度】-07-人事档案管理制度HR工具及相关表格24个.docx
- 02-【管理表格】-03-人事档案管理登记表.xlsx
- 02-【管理表格】-05-人事档案管理系统.xlsx
- 异步电机定子绕组匝间短路仿真,转子断条故障仿真,感应电机匝间短路故障
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功