git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d149e5
)
Added some more notes to newandnoteworthy, reflecting Dave's changes
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Wed, 20 Dec 2006 11:11:33 +0000
(11:11 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Wed, 20 Dec 2006 11:11:33 +0000
(11:11 +0000)
newandnoteworthy.txt
patch
|
blob
|
history
diff --git
a/newandnoteworthy.txt
b/newandnoteworthy.txt
index
638f66b
..
051dff5
100644
(file)
--- 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
-----