| | 2 | |
| | 3 | == 1.2.2 == |
| | 4 | |
| | 5 | * show is now element aware (uses default display type instead of just forcing block) |
| | 6 | * New special events api: jQuery.events.special |
| | 7 | * ready is now a real event and can be bound, unbound and triggered. |
| | 8 | * mouseenter and mouseleave now work on all supported browsers |
| | 9 | * The hover helper method now uses the mouseenter and mouseleave events |
| | 10 | * New offset test suite test/offset.html (requires your pop-up blocker to be disabled) |
| | 11 | * Refactored the width and height methods (fixes lots of bugs) |
| | 12 | * Fixed event memory leaks in IE (html, remove, empty also no longer leak memory) |
| | 13 | * Fixed window/document width/height values |
| | 14 | * Fixed event.pageX and event.pageY in IE |