发布于 2014-10-17 00:22:15 | 161 次阅读 | 评论: 0 | 来源: 网友投递
jQuery UI 网页用户界面代码库
jQuery UI 是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。我们可以直接用它来构建具有很好交互性的web应用程序。
jQuery UI 1.11.2 发布,此版本包括 Mouse, Widget Factory, Draggable, Droppable, Sortable, Accordion, Datepicker, Menu, Selectmenu, Slider, Tabs 和 Tooltips 的 bug 修复,详细更新内容请看 changelog。
jQuery UI 是以 jQuery 为基础的开源 JavaScript 网页用户界面代码库。包含底层用户交互、动画、特效和可更换主题的可视控件。我们可以直接用它来构建具有很好交互性的web应用程序。
开发绑定: http://jqueryui.com/resources/download/jquery-ui-1.11.2.zip
主题包: http://jqueryui.com/resources/download/jquery-ui-themes-1.11.2.zip
bower install jquery/jquery-ui#1.11.2
Uncompressed: http://code.jquery.com/ui/1.11.2/jqueryui/1.11.2/jquery-ui.js
Compressed: http://code.jquery.com/ui/1.11.2/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.2/jquery-ui.js
Compressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/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.2/jquery-ui.js
Compressed: http://ajax.aspnetcdn.com/ajax/jquery.ui/1.11.2/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.
更多内容请看这里。