jQuery hundertzwölf
Es gibt eine neue Version von jQuery: 1.1.2., ein Bugfix-Release, dass einige interessante (von mir zumindest weitestgehend bisher unbemerkte) Bugs beseitigen soll:
- Change: Event handlers (like element.onclick) are now removed when no more functions are bound to the event.
- Fixed: DOM Manipulations for form elements.
- Fixed: jQuery.isFunction to return false on nodes.
- Fixed: jQuery.className.has, escaping regex characters in className (for metadata)
- Fixed: an issue in IE where an event on a cloned element is fired during a .clone() inside of an event handler.
- Fixed: IE ID selectors selecting by the name attribute.
- Changed: Events are now internally stored in elem.$events rather than elem.events (due to a nasty bug relating to DOM 0 expandos).
- Changed: .attr(‘href’) is now consistent in all browsers.
- Changed: @href is now consistent in all browsers.
- Fixed: the slideDown flickering bug.
- Fixed: Having a \r endline in $(“…”) caused a never-ending loop.
- Fixed: IE6 AJAX memory leak
- Fixed: bug in pushStack, reporting an element at [0] in a jQuery object with length 0
Und weil man gerade dabei ist (und weil es natürlich immer noch weitere Bugs gibt), ist auch schon die Version 1.1.3. in Arbeit. Wer übrigens noch eine Version vor 1.1. verwendet, sollte nun langsam mal die switch machen.
Noch keine Kommentare.
Kommentare geschlossen.