jQuery UI 网页用户界面代码库

jQuery UI 是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。我们可以直接用它来构建具有很好交互性的web应用程序。所有插件测试能兼容
jQuery UI 包含了许多维持状态的小部件(Widget),因此,它与典型的 jQuery 插件使用模式略有不同。所有的 jQuery UI 小部件(Widget)使用相同的模式,所以,只要您学会使用其中一个,您就知道如何使用其他的小部件(Widget)。
IE 6.0+, Firefox 3+, Safari 3.1+, Opera 9.6+, 和 Google Chrome

简单易用
继承 jQuery 简易使用特性,提供高度抽象接口,短期改善网站易用性。
开源免费
采用 MIT & GPL 双协议授权,轻松满足自由产品至企业产品各种授权需求。
广泛兼容
兼容各主流桌面浏览器。包括IE 6+、Firefox 2+、Safari 3+、Opera 9+、Chrome 1+。
轻便快捷
组件间相对独立,可按需加载,避免浪费带宽拖慢网页打开速度。
标准先进
支持 WAI-ARIA,通过标准 XHTML 代码提供渐进增强,保证低端环境可访问性。
美观多变
提供近 20 种预设主题,并可自定义多达 60 项可配置样式规则,提供 24 种背景纹理选择。
开放公开
从结构规划到代码编写,全程开放,文档、代码、讨论,人人均可参与。
强力支持
Google 为发布代码提供 CDN 内容分发网络支持。
完整汉化
开发包内置包含中文在内的 40 多种语言包。
缺点、不足

    1.代码不够健壮:缺乏全面的测试用例,部分组件 Bugs 较多,不能达到企业级产品开发要求。
    2.构架规划不足:组件间 API 缺乏协调,缺乏配合使用帮助。
    3.控件较少:相对于 DojoYUI、Ext JS 等成熟产品,可用控件较少,无法满足复杂界面功能要求。

 

jQuery UI 1.12.1 发布,最新稳定版
jQuery UI 最新稳定版 1.12.1 发布了。更新内容如下:Core & UtilitiesWidget FactoryFixed: Memory leak and bad performance for managed classes on transient elements (#15043, 89af4c2)Fixed: instance() should return undefined for empty sets (#15019, 3dd8a09)Inte

发布于 2016-09-16 00:53:54 | 129 次阅读

jQuery UI 1.12.0 发布
jQuery UI 1.12.0  发布了。以下是值得关注的内容:New theme: Our long-time default grayscale theme Smoothness has been succeeded by a modern theme with some colors, less gradients and some

发布于 2016-04-22 00:22:31 | 158 次阅读

jQuery UI 1.12.0 Candidate 1 发布
 jQuery UI 1.12.0  Candidate 1 发布,更新如下:New theme: Our long-time default grayscale theme Smoothness has been succeeded by a modern theme with some colors, less gradients and some other improvements. The new theme is already live on ThemeRoller (where you can also find the ‘Smoont

发布于 2016-03-18 00:16:53 | 159 次阅读

jQuery UI 1.12.0 Beta 1 发布
jQuery UI 1.12.0 Beta 1 发布,更新如下:New widgets: Controlgroup replaces buttonset and adds support for selectmenu and the new checkboxradio widget. You can see the new widgets in action in the controlgroup and checkboxradio demos.New method: The .labels() method finds all label elements associate

发布于 2016-01-27 00:24:12 | 163 次阅读

jQuery UI 1.11.4 发布
 jQuery UI 1.11.4 发布,此版本是 jQuery 1.11 的第四个维护版本,此次更新包括 Draggable,Resizable,Sortable,Accordion,Dialog,Slider 和 Tooltip 相关的 bug 修复。完整改进请看更新日志。 下载文件下载开发绑定:http://jqueryui.com/resources/do

发布于 2015-03-12 00:25:50 | 208 次阅读

jQuery UI 1.11.3 发布,jQuery 的 UI 框架
jQuery UI 1.11.3 发布,这是一个维护版本,修复了 Core, Position, Resizable, Sortable, Accordion, Datepicker, Selectmenu, Slide, and Tabs 等模块的相关 bug,完整记录请看 changelog. 下载地址:DownloadFile DownloadsDevelopment Bundle: http://jqueryui.com/resources/d

发布于 2015-02-12 23:30:01 | 222 次阅读

jQuery UI 1.11.2 发布
 jQuery UI 1.11.2 发布,此版本包括 Mouse, Widget Factory, Draggable, Droppable, Sortable, Accordion, Datepicker, Menu, Selectmenu, Slider, Tabs 和 Tooltips 的 bug 修复,详细更新内容请看 changelog。下载文件下载开发绑定: http://jqueryui.com/resources/download/j

发布于 2014-10-17 00:22:15 | 148 次阅读

jQuery UI 1.11.1 发布
jQuery UI 1.11.1 发布,此版本是个维护版本,包括了许多 Core, Widget Factory, Position, Draggable, Droppable, Resizable, Autocomplete, Datepicker, Dialog, Progressbar, Slider, Spinner, Tabs 和  CSS 框架的 bug 修复,完整的改进请看更新日志。 下载: 文件下

发布于 2014-08-14 00:22:13 | 231 次阅读

jQuery UI 1.11.0 正式版发布
jQuery UI 1.11.0 正式版发布,该版本包含一个新的部件 Selectmenu ,改进对 AMD 的支持,改进对 Bower 的支持,修复了一些 bug。jQuery UI 1.11.0 支持 jQuery 1.6 以及更新的版本。详细介绍和下载地址请看:http://blog.jqueryui.com/2014/06/jquery-ui-1-1

发布于 2014-06-26 22:21:08 | 319 次阅读

jquery UI Datepicker时间控件的使用及问题解决
本篇内容主要为大家讲解的是jquery UI Datepicker时间控件的使用及问题解决。感兴趣的同学可以参考学习下,具体内容如下:

发布于 2017-04-05 11:54:35 | 211 次阅读

jQuery ui widget和jQuery plugin的实现原理简单比较
本篇内容为大家讲解的是jQuery ui widget和jQuery plugin的实现原理简单比较有需要的同学参考学习,全文如下:

发布于 2016-10-09 23:08:57 | 51 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务