jQuery 1.5 メモ

・リリースノート
http://blog.jquery.com/2011/01/31/jquery-15-released/

jquery-1.5.js Development (207KB, Uncompressed Code)
http://code.jquery.com/jquery-1.5.js

jquery-1.5.js Production (29KB, Minified and Gzipped)
http://code.jquery.com/jquery-1.5.min.js

Microsoft jQuery 1.5 CDN
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.min.js

Google jQuery 1.5 CDN
http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js


jQuery 1.5の主な特徴

Ajaxモジュールの書き直し。
http://api.jquery.com/jQuery.ajax/
・Deferred Objects(遅延オブジェクト)の導入。
http://api.jquery.com/category/deferred-object/
jQueryのクローン作成および変更を実現する jQuery.sub() の導入。
http://api.jquery.com/jQuery.sub/
・children(), prev(), next() メソッドのパフォーマンス向上。
・ビルドシステムを改良し、NodeJS を 利用したものへ移行。
コードの最適化を Google Closure Compiler から UglifyJS に変更し、よりファイルサイズを小さくした。
http://marijnhaverbeke.nl/uglifyjs


ソースコードを見るには以下のサイトが便利。

jQuery source viewer
http://james.padolsey.com/jquery/#v=1.5.0