up vote 13 down vote favorite
8
share [g+] share [fb]

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

link|improve this question

feedback

2 Answers

up vote 14 down vote accepted

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)
link|improve this answer
A very good post. Thank you. – PiPeep Dec 19 '09 at 17:49
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.