Ajax

Ajaxメモ2

jQuery.postメソッドのブラウザ毎の違いについて(つうかIEだけ動きが違う)○ function my_func(data) { alert(data+"ここだよ"); }function test(){ document.getElementById("message_neko").innerHTML = "【設定中】"; jQuery.post('isExecute',{'param1'…

Ajaxメモ

・jQuery日本語リファレンス http://semooh.jp/jquery/api/ajax/jQuery.post/+url,+data,+callback,+type+/ ・prototype.js の開発者向けメモ http://www.s2factory.co.jp/tech/prototype/prototype.js.html#Whatsthat ・XMLHttpRequestオブジェクトについて…