Added some more notes to newandnoteworthy, reflecting Dave's changes

This commit is contained in:
Jörn Zaefferer 2006-12-20 11:11:33 +00:00
parent 0d149e52e6
commit d23e0c5170

View file

@ -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
-----