vote up 1 vote down star

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

flag

75% accept rate

2 Answers

vote up 3 vote down check

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|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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