Fixed an issue with .find(expr,Function) and a Safari bug.
[jquery.git] / newandnoteworthy.txt
1 New and Noteworthy
2 -----------------
3
4 1.0.4
5 -----
6
7  - Tons of bug fixes
8  - Extensions to $.ajax: $.ajax accepts additonal options: beforeSend, async and processData; returns XMLHttpRequest to allow manual aborting of requests, see docs for details
9  - AJAX module: the public $.ajax API is now used internally (for $.get/$.post etc.); loading scripts works now much more reliable on all browers except Safari
10  - New global ajax handler: ajaxSend - called before an ajax request is sent
11  - Extensions to global ajax handlers: ajaxSend, ajaxSuccess, ajaxError and ajaxComplete get XMLHttpRequest and settings passed as arguments
12  - Extensions to event handling: pageX and pageY are available x-browser (IE does not provide native pageX/Y)
13  - Improved docs: $(String) method has now two seperate descriptions, one for selecting elements, one for creating (html on-the-fly)
14  - FX module: Most inline stlyes added by animations are now removed when the animation is complete, eg. height style when animating height (exception: display styles)