Possible Duplicate:
Best reference sites for HTML and JavaScript programming
What is the best online javascript/css/html/xhtml/dom reference?
A good Javascript API reference documentation related to browsers and DOM
Where can I find a good Javascript/DOM reference?
I know the MSDN one:
http://msdn.microsoft.com/en-us/library/ms533050(VS.85).aspx
but that's jscript specific.
The Mozilla Javascript Reference:
https://developer.mozilla.org/en/Gecko_DOM_Reference
seems to be a Wiki limbo.
The other is from W3School:
http://www.w3schools.com/jsref/dom_obj_style.asp
Are there better ones?