0

Possible Duplicate:
A good Javascript API reference documentation related to browsers and DOM

I've searched Google a bit & can't find a good reference for DOM/Javascript. What I would like is a page that shows lists of all the objects & if you click them you get to see which methods and attributes they have.

What one is your favorite?

Sort of like this one for actionscript: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/class-summary.html

Community
  • 1
  • 1
Glyph
  • 526
  • 5
  • 20

2 Answers2

1

I use this: https://developer.mozilla.org/en-US/

jfriend00
  • 683,504
  • 96
  • 985
  • 979
0

I used this a while ago

http://www.java2s.com/Code/JavaScriptReference/CatalogJavaScriptReference.htm

trailmax
  • 34,305
  • 22
  • 140
  • 234