jQuery 1.1.2 has been released
directly from the jQuery blog:
- 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.isFunctionto return false on nodes. - Fixed:
jQuery.className.has, escaping regex characters inclassName(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.$eventsrather thanelem.events(due to a nasty bug relating to DOM 0 expandos). - Changed:
.attr('href')is now consistent in all browsers. - Changed:
@hrefis now consistent in all browsers. - Fixed: the
slideDownflickering bug. - Fixed: Having a
\rendline 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
Go get it!!!!!
leave a comment