发布于 2014-08-14 00:22:13 | 242 次阅读 | 评论: 0 | 来源: 网友投递
jQuery UI 网页用户界面代码库
jQuery UI 是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。我们可以直接用它来构建具有很好交互性的web应用程序。
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
bower install jquery/jquery-ui#1.11.1
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.
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.
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.
jQueryUI 是一套 jQuery 的页面 UI 插件,包含很多种常用的页面空间,例如 Tabs(如本站首页右上角部分) 、拉帘效果(本站首页左上角)、对话框、拖放效果、日期选择、颜色选择、数据排序、窗体大小调整等等非常多的内容。
jQuery UI 是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。我们可以直接用它来构建具有很好交互性的web应用程序。
下面是一些 jQuery UI 的效果图: