jQuery UI 1.11.1 发布
jQuery UI 是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。 用户交互组件 包括Draggable 拖动、Droppable 放置、Resizable 缩放、Selectable 复选、Sortable 排序。 可视控件 包括Accordion 折叠面板、Datepicker 日期选择、Dialog 对话框、Progressbar 进度条、Slider 滑块、Tabs 标签页。
jQuery UI 1.11.1 Changelog
Released on August 13, 2014.
jQuery UI 1.11.1 发布,此版本是个维护版本,包括了许多 Core, Widget Factory, Position, Draggable, Droppable, Resizable, Autocomplete, Datepicker, Dialog, Progressbar, Slider, Spinner, Tabs 和 CSS 框架的 bug 修复。
下载:
文件下载
开发绑定: http://jqueryui.com/resources/download/jquery-ui-1.11.1.zip
主题包: http://jqueryui.com/resources/download/jquery-ui-themes-1.11.1.zip
Git (包括源文件,@VERSION 替换为 1.11.1,只包括基础主题)
通过 bower 安装
bower install jquery/jquery-ui#1.11.1
jQuery CDN, powered by MaxCDN
Uncompressed: http://code.jquery.com/ui/1.11.1/jqueryui/1.11.1/jquery-ui.js
Compressed: http://code.jquery.com/ui/1.11.1/jquery-ui.min.js
Themes:
black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.
Google Ajax Libraries API (CDN)
Uncompressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.js
Compressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js
Themes:
black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.
Microsoft Ajax CDN (CDN)
Uncompressed: http://ajax.aspnetcdn.com/ajax/jquery.ui/1.11.1/jquery-ui.js
Compressed: http://ajax.aspnetcdn.com/ajax/jquery.ui/1.11.1/jquery-ui.min.js
Themes:
black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast, pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.
Custom Download Builder
link Build
- Changed: Upgrade to jquery-mousewheel 3.1.12 (1071346)
link Core & Utilities
link UI Core
- Added: provide "includeHidden" parameter in $.ui.scrollParent (67e4b44)
- Fixed: Fix focusable detection for image maps (d6d15b4)
link Widget Factory
link Position
link Interactions
link Draggable
- Fixed: Only apply ui-draggable-handle within the draggable instance (#10212, 7594a31)
- Fixed: consider offsets from overflow:hidden parents (#10147, e9efbc2)
- Fixed: ignore overflow:hidden containers with scroll option (bbf9ea0)
- Fixed: Manage ui-draggable-handle correctly in nested instances (3ca32b2)
link Droppable
link Resizable
- Fixed: Fix containment calculation with relative parent (#10140, 2779212)
- Fixed: Fix size/position changes in resize event (#10351, 5beae72)
- Fixed: account for padding & border in grids. (#10437, 7c8790d)
- Fixed: Remove accidental exposure of internal data in events (#10148, ffe60e3)
- Fixed: Fix containment width with relative parent. (750a8fd)
link Widgets
link Autocomplete
- Fixed: ESCAPE should not change content of a MultiLine (#9790, 930bc7d)
- Fixed: Fix styling for combobox demo (#10059, d1e327c)
- Fixed: Use
$.trim
instead ofjQuery.trim
for consistency (#10525, 36e4bfd)
link Datepicker
- Fixed: Set explicit button text in demo (#9626, bb29287)
- Fixed: reject dates with two year digits when expecting 'yy' (#8353, 5730374)
- Fixed: Abstract mouseover logic to avoid explicit event trigger (#10319, c399f1f)
- Fixed: Show year/month on the same line (#7953, 98583a6)
link Dialog
- Fixed: Track the instance as soon as the dialog is opened (#10152, 69f25db)
- Fixed: Fix stacking of modal dialog overlays (#10138, acfda4b)
link Progressbar
link Selectmenu
- Fixed: Properly set width for button (#10145, 45e13ed)
- Fixed: Preserve text selection when interacting with the widget (#10144, 749a6a5)
link Slider
link Spinner
link Tabs
link Tooltip
- Fixed: Treat the tooltip as closing until it's fully removed (32bef7a)
link Effects
link CSS Framework
- Added: Add support comments for filter properties (1b4f615)