views:

12935

answers:

9

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?

+24  A: 

JQuery Documentation Alternative Resources

I personally love the Windows Help File version.

Mark Biek
WOW! The windows help file is a big win, Mark. Thank you * 100000000
tester
Loooove the help files! too. Thanks!
Peter Perháč
+4  A: 

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

palehorse
+3  A: 

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.

colivier
+3  A: 

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

Pedro Sobota
Answer, it's blocked in xp sp2, file properties > unblock solves this.
Pedro Sobota
A: 

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

redsquare
A: 

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.

Josiah I.
A: 

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

Or BUILD your OWN !!

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

Ahmed Khalaf
+2  A: 

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

xxtYpton