jQuery 1.1.2:Download Compressed JavaScript (Recommended Download!)Uncompressed JavaScriptFull Release (jQuery, Test Suite, Documentation)Build Files (Compile your own version of jQuery 1.1.2)

吕的部落格唯女子与小人为难养也近之则不孙远之则怨

jQuery 1.1.2

官方发布时间: February 27th, 2007
by John Resig from:jquery blog

The release of jquery 1.1.2 is upon us! This is a another bug fix release. We’ve fixed a number of outstanding issues. The fixes have been tested well, so there shouldn’t be any regressions (knock on wood). The most noticeable issue that was resolved was related to animation flickers when doing a slideDown.

It is highly recommended that you upgrade.

As always, if you have any questions or concerns with new release, please feel free to discuss it on the jQuery Mailing List. If you think you’ve spotted a bug, please add it to the bug tracker.

Download

Bug Fixes

The most important bug fixes, relevant to this release, are as follows:

  1. Change: Event handlers (like element.onclick) are now removed when no more functions are bound to the event.
  2. Fixed: DOM Manipulations for form elements.
  3. Fixed: jquery.isFunction to return false on nodes.
  4. Fixed: jquery.className.has, escaping regex characters in className (for metadata)
  5. Fixed: an issue in IE where an event on a cloned element is fired during a .clone() inside of an event handler.
  6. Fixed: IE ID selectors selecting by the name attribute.
  7. Changed: Events are now internally stored in elem.$events rather than elem.events (due to a nasty bug relating to DOM 0 expandos).
  8. Changed: .attr('href') is now consistent in all browsers.
  9. Changed: @href is now consistent in all browsers.
  10. Fixed: the slideDown flickering bug.
  11. Fixed: Having a \r endline in $("...") caused a never-ending loop.
  12. Fixed: IE6 AJAX memory leak
  13. Fixed: bug in pushStack, reporting an element at [0] in a jquery object with length 0

Documentation

Additionally, the documentation has been back-ported out of the wiki and into the API docs. All of the documentation resources have been updated in respect to the 1.1.2 release.

Leading up to jquery 1.1.3…

This may seem like a fairly light bug fix release, but we’re gearing up to the release of jquery 1.1.3. A number of outstanding bugs (about 5-10) require significant changes to how jquery works, internally (specifically, in relation to events and animations). We want to make 100% certain that there are no regressions made to these important pieces of code.

We have patches nearly ready (animation is ready, events is in the works) - and when that’s the case, we’re going to release a preview of the 1.1.3 code so that everyone can test against it.

Update: This has also been announced on Learning jQuery: jQuery 1.1.2 Released

Update: A nasty glitch in Safari was found and fixed. We just re-tagged jquery (it’s now SVN rev 1465 instead of 1460 - this includes a fix for the bug, and it temporarily disables the test suite in Safari) and all the jquery 1.1.2 downloads should be updated, as well.

所属分类:杂七杂八技术手册标签:jquery jQuery1.1.2 吕 @ 2007年3月2日9点16分 AM 编辑 jQuery 1.1.2阅读(1901) 评论(2)

相关文章

评论

  • chenbing @ 2008-3-4 18:53:42 回复1#RE:jQuery 1.1.2

    我也一直关注jquery

    <<Learning Jquery>>中文版本大概五月出版

    不过API是用1.1版本的

  • 吕 @ 2008-3-12 16:15:55 回复2#RE:jQuery 1.1.2

    呵呵,买书还不如玩点小例子,自己写个小plugIn学的快:)
注:部分评论不可见.
未开放评论

谷歌中jQuery 1.1.2相关文章

数据加载中,请稍候……