jQueryの履歴
Google AJAX API Loader
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
ajax
$.ajax({ dataType: "json", data: { "key": "value" }, cache: true, url: "http://path/to/request/", success: function (data) { alert(data); } });
onloadみたいなやつ
$(document).ready(function(){ ... }
プラグイン開発
http://docs.jquery.com/Plugins/Authoring
メモ
IE8でtrのvisibleがおかしい
リンク
本家ドキュメント
http://docs.jquery.com/Main_Page
jQuery開発者メモ
http://www.mikage.to/jquery/
jQueryを読み解く
http://gihyo.jp/dev/feature/01/jquery