From 44599e174b5d1f924def5a3950375ead12b9d21b Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 23 Feb 2007 02:53:22 +0000 Subject: * Fixed IE ID selectors selecting by the name attribute and added tests * Added href attribute test to test suite * Updated Changelog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 40ec5478b..ba4ed5f33 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,7 +7,9 @@ New and Noteworthy 1.1.2 ---- +* Fixed IE ID selectors selecting by the name attribute. * Change: Events are now internally stored in elem.$events rather than elem.events (due to a nasty bug relating to DOM 0 expandos). +* .attr('href') is now consistent in all browsers. * @href is now consistent in all browsers. * Fixed the slideDown flickering bug. * Having a \r endline in $("...") caused a never-ending loop. -- cgit v1.2.3