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)