jQuery UI 1.7.1
The first maintenance release for jQuery UI 1.7 is out. You can download it here:
Download
File Downloads
- Development Bundle: http://jquery-ui.googlecode.com/files/jquery-ui-1.7.1.zip
- Themes Package: http://jquery-ui.googlecode.com/files/jquery-ui-themes-1.7.1.zip
Svn
- Tag: http://jquery-ui.googlecode.com/svn/tags/1.7.1/
- Themes: http://jquery-ui.googlecode.com/svn/tags/1.7.1/themes/
Google Ajax Libraries API
- Uncompressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.js
- Compressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js
- Themes: base, black-tie, blitzer, cupertino, dot-luv, excite-bike, hot-sneaks, humanity, mint-choc, redmond, smoothness, south-street, start, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.
Custom Download Builder
Changelog
See the 1.7.1 Changelog for full details on what’s included in this release.
Thanks!
Thanks to all those who helped make this release happen over the last two weeks: arikshtiv, Cloudream, d.wachss, flakron, garside, Gavin Mulligan, gglockner, ihumanable, Jörn Zaefferer, kbwood, Klaus Hartl, Maggie Wachs, Paul Bakaus, Pavel.Mileshchenko, rdworth, Scott González, tcarnell, Tompaw, Vmx, willhowat.
Does it have any problems with the new IE8? Anyone tested it already? I’ve a strange problem with ui.tabs and sliding doors (css) and IE8. I even filled a bug here (not sure is it jQuery UI related or the problem is in the new IE)… See it here:
http://dev.jqueryui.com/ticket/4371
the custom builds are still broken, see \development-bundle\themes\base\ui.base.css:
@import url(“ui.core.css”);
@import url(“ui.resizable.css”);
@import url(“ui.accordion.css”);
@import url(“ui.dialog.css”);
@import url(“ui.slider.css”);
@import url(“ui.tabs.css”);
@import url(“ui.datepicker.css”);
@import url(“ui.progressbar.css”);@import url(“ui.core.css”);
@import url(“ui.resizable.css”);
@import url(“ui.accordion.css”);
@import url(“ui.dialog.css”);
@import url(“ui.slider.css”);
@import url(“ui.tabs.css”);
@import url(“ui.datepicker.css”);
@import url(“ui.progressbar.css”);@import url(“ui.core.css”);
@import url(“ui.resizable.css”);
@import url(“ui.accordion.css”);
@import url(“ui.dialog.css”);
@import url(“ui.slider.css”);
@import url(“ui.tabs.css”);
@import url(“ui.datepicker.css”);
@import url(“ui.progressbar.css”);@import url(“ui.core.css”);
@import url(“ui.resizable.css”);
@import url(“ui.accordion.css”);
@import url(“ui.dialog.css”);
@import url(“ui.slider.css”);
@import url(“ui.tabs.css”);
@import url(“ui.datepicker.css”);
@import url(“ui.progressbar.css”);@import url(“ui.core.css”);
@import url(“ui.resizable.css”);
@import url(“ui.accordion.css”);
@import url(“ui.dialog.css”);
@import url(“ui.slider.css”);
@import url(“ui.tabs.css”);
@import url(“ui.datepicker.css”);
@import url(“ui.progressbar.css”);@import url(“ui.core.css”);
@import url(“ui.resizable.css”);
@import url(“ui.accordion.css”);
@import url(“ui.dialog.css”);
@import url(“ui.slider.css”);
@import url(“ui.tabs.css”);
@import url(“ui.datepicker.css”);
@import url(“ui.progressbar.css”);
Pingback: jQuery 1.3.2 + jQueryUI 1.7.1 | CTAPbIu_MABP's BLOG
继续改进
Pingback: My Bad Attitude » jQuery UI 1.7.1
Pingback: 網站製作學習誌 » [Web] 連結分享
Pingback: jQuery UI 1.7.1 » By admin » Post » Ajax Guru - How to Ajax
hi
ui accordion
navigation current
current.addClass(“ui-accordion-content-active”); not current
current.addClass(“current”); fix current
I have problems with IE8 right now .effect(“pulsate”) is not working. work fine in FF.
HARRY UP
Is there a colour picker plugin coming up sometime? We can see it being used in the ThemeRoller! How come it is not standardised and integrated to the library?
@Takis Some work has been done on a colorpicker before, and it is planned for the future. You can see the full list of plugins we plan to integrate on our Dev & Planning wiki ( http://wiki.jqueryui.com/ ), as well as our team’s current priority for doing so. In the meantime, ThemeRoller makes use of the Farbtastic colorpicker.
That is one of 8 or so jQuery colorpickers we have found so far in our research. See http://wiki.jqueryui.com/ColorPicker for the full list, as well as the planning we’ve done to date.