JavaScript関連リファレンス

JavaScript関連のサイトはたくさんあるが、ある程度信頼できるリファレンスのようなものがなかなか見つからない(JavaScript歴が短いせいかもしれないけど)。とりあえず見つけたものをメモ代わりに書いておく。


Core JavaScript 1.5 Reference - mozilla developer center
http://developer.mozilla.org/ja/docs/Core_JavaScript_1.5_Reference
Mozillaにあるリファレンス。未完成の部分も多い。


Core JavaScript Reference 1.5
http://www.webreference.com/javascript/reference/core_ref/contents.html
これはきちんとしたリファレンス。JSEclipseにも付属しているもの。ただし英語。


Gecko DOM Reference
http://developer.mozilla.org/ja/docs/Gecko_DOM_Reference
documentなんかを使うときに必要となるDOMのリファレンス。


Dynamic HTMLとXMLXMLHttpRequestオブジェクト
http://developer.apple.com/jp/internet/webcontent/xmlhttpreq.html
AJAXには欠かせないXMLHttpRequestの使い方やメソッド一覧など。


The XMLHttpRequest Object
http://www.w3.org/TR/XMLHttpRequest/
W3CXMLHttpRequestのリファレンス。英語。