views:

862

answers:

3

I am going offline for a few days, and would like to bring the javascript documentation with me on my laptop :)

Does anyone know of a place where I can get downloadable reference documentation for javascript, preferably for firefox?

I have cheked the mozilla site, but have only been able to find an online version.

Thanks, Jonas

+7  A: 

This will get you started, I think:

  1. Standard ECMA-262 ECMAScript Language Specification (ECMA)
  2. DOM2 Core (W3C)
  3. DOM2 Events (W3C)
  4. DOM2 HTML (W3C)
  5. DOM2 CSS (W3C)
  6. Javascript 1.5 (someone has made a pdf of the mozilla info)
  7. Links to mozilla downloads (Mozilla)
some
A very good post. Thank you.
PiPeep
+2  A: 

How about trying find a copy of both or either one of JavaScript: The Definitive Guide by David Flanagan and JavaScript: The Good Parts ?

Andreas Grech
A: 

Is there any javascript reference like php one? that we can search various property like nodeType is what, Document.GetByElemetsId() is for wat.

dedd