up vote 71 down vote favorite
17
share [g+] share [fb]

Since I pound API docs pretty hard when I'm coding, I like to have them on my local disk. jQuery.com lists a lot of sources for browsing the API documentation online, but I haven't found anywhere I can download an HTML bundle as a TAR or ZIP file. Is such a bundle available?

EDIT: I should have said that I want an HTML version.

UPDATE: I guess I didn't explore the "Alternative Resources" page deeply enough. The only downloadable HTML version I found is this one from dev.jquery.com. Does anybody prefer something else?

link|improve this question

61% accept rate
feedback

11 Answers

up vote 52 down vote accepted

JQuery Documentation Alternative Resources

I personally love the Windows Help File version.

link|improve this answer
1  
WOW! The windows help file is a big win, Mark. Thank you * 100000000 – tester Oct 28 '09 at 1:44
1  
Loooove the help files! too. Thanks! – Peter Perháč Jun 25 '10 at 20:40
no joke! it's beautiful in .chm! – sova Nov 11 '10 at 15:17
1  
working on a mac and i got jealous - but you can see the lovely chm version with chmox.sourceforge.net – fawce Jun 8 '11 at 16:56
5  
@fawce: As of Aug 2011 jqapi.com is supported too on Mac, and it is the only updated with jQuery 1.6 ;) – diosney Aug 26 '11 at 20:06
show 1 more comment
feedback

You can download the latest jQuery api documentation from http://www.jqapi.com/

link|improve this answer
5  
+1, this also has the virtue of being actively updated, unlike the CHM version which is stuck in v.1.4. – Kirk Woll May 25 '11 at 0:12
+1, As of Aug 2011 this is the only that is frequently updated, so is the best bet for the edge-programmers like us ;). @fawce: Also is Mac compatible ;). – diosney Aug 26 '11 at 20:02
+1 nice work. . – Anubhav Saini Dec 15 '11 at 12:19
feedback

There is an "alternative resources" page at http://docs.jquery.com/Alternative_Resources that has several options.

link|improve this answer
feedback

Go look at the alternate resources page on jquery.com. You can download the API documentation in chm or pdf format. There is also an offline API browser for Mac OS X.

link|improve this answer
feedback

Been wondering for ages why that Windows Help (CHM) version never displays anything when I try to navigate it?

link|improve this answer
7  
Answer, it's blocked in xp sp2, file properties > unblock solves this. – Pedro Sobota Nov 17 '08 at 13:42
feedback

you could use a mirror tool such as htttrack to download it locally

link|improve this answer
feedback

Visual jQuery is the best. It loads all the information at once, and then filters down as you type in the text box. It's very fast and easy to use.

link|improve this answer
feedback

New jQuery API Browser, Online, "offline and anywhere"

Or BUILD your OWN !!

http://remysharp.com/2008/07/04/jquery-api-update-offline-and-anywhere/

link|improve this answer
feedback

You can download the jquery offline manual from the following link.you can also write for help of jquery to my blog.Here is the my blog link.

Help File URL:- http://forum.jquery.com/topic/jquery-api-1-4-2-in-chm-format-with-comments-20-7-2010

link|improve this answer
feedback

No sarcasm,to find pdf I Google'd:

jquery documentation filetype:pdf

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.