diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-12-20 11:11:33 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-12-20 11:11:33 +0000 |
commit | d23e0c51701569126a04a8062581a7606c731b12 (patch) | |
tree | b386e6b89b7f78230c74f65ed4a9e806326be707 | |
parent | 0d149e52e6d3326730c6a5e688d5496a7ab91a87 (diff) | |
download | jquery-d23e0c51701569126a04a8062581a7606c731b12.tar.gz jquery-d23e0c51701569126a04a8062581a7606c731b12.zip |
Added some more notes to newandnoteworthy, reflecting Dave's changes
-rw-r--r-- | newandnoteworthy.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newandnoteworthy.txt b/newandnoteworthy.txt index 638f66b40..051dff5ec 100644 --- a/newandnoteworthy.txt +++ b/newandnoteworthy.txt @@ -8,6 +8,8 @@ New and Noteworthy - $.get, $.getIfModified, $.post, $.getScript and $.getJSON now all pass through the XMLHttpRequest as returned by $.ajax - Improved AJAX docs (eg. more examples for $.ajax - Improved event fixing, using less browser and more object detection + - Fixed ID with context selectors (eg. div#id doesn't ignore "div" anymore) + - Improved jQuery.merge to avoid unnecessary loops 1.0.4 ----- |