原文:
http://jquery.com/blog/2008/06/09/jquery-ui-v15-released-focus-on-consistent-api-and-effects/
实在太长,懒得翻译了……
总体来说,蛮好用的看上去。官方的文档还没有完全跟上,只有老的一些了。
等下回官网的文档好了,我也一并更新下吧。
主要是统一了API
* $(”div”).draggable() creates a draggable
* $(”div”).draggable(”destroy”) destroys it
* $(”div”).draggable(”method”) calls another method on the plugin.
修正了N多的BUG
增加了http://script.aculo.us/这里很多特效
http://ui.jquery.com/themeroller
这里可以做自己的主题
http://ui.jquery.com/download
这里可以下载到最新版
http://docs.jquery.com/UI
这里是文档
记得datepicker吧,里边的简体中文部分是cloudream翻译的~
虽然1.5了,但是还是不建议用到生产环境,兼容性问题、bugs还很多,IE下问题多多。
不过新的theme builder很赞(还是外人做的…… – -||)。
深有体会,确实BUG多多,我用起来还只是提取相关代码来用,彻底用上真不敢啊……