vote up 26 vote down star
16

Hi All,

I'm looking for a current (1.2), well-formatted, printable version of the jQuery documentation. I've checked the alternative resources page and see the PDF versions from CF and Java, but both are out of date.

The jQuery site has the API browser with "Printable Version" in the toolbox, but it prints terribly, and I don't really want to print one page or tab at a time.

I have a hard time believing that there is no print doc for a tool this popular - all I want is a simple listing with descriptions and examples ON PAPER.

Am I missing something?

I can buy one of the books if I need to, but not sure which is for the current version.

Thanks!


Update: I can see that somebody voted this down. I know it's a pretty basic question, but it is not asked lightly or frivolously. I have made a pretty solid effort to find this on my own, and am pretty good at finding information when I need it.

Perhaps the person who thought the question not worth asking knows where to find the print doc?

flag

80% accept rate
+1 vote. I don't know why it was voted down. There are a lot of losers on this site. I'm interested in the answer to your question, & I apologize for not having voted it up sooner, but I used up all my votes yesterday. – Account deleted Oct 15 '08 at 1:59
Thanks for that =o) I shouldn't be grouching, it's the free expression that makes this place work - I just thought whoever it was might have some reason (like knowing where the print doc is) for thinking it was a dumb question... – Eli Oct 15 '08 at 2:43
The problem is that things change so fast that anything printed is probably out of date. – Sugendran Oct 15 '08 at 2:58
Why does this have a bounty? What do you want that is not in the answers below? – Paolo Bergantino Feb 20 at 7:09
Sometimes you just want/need documentation in PDF so you can take it where you need to, even if you're not connected. Hopefully jQuery will one-day have such documentation standard. Here's a great example of such a project that does so: svnbook.red-bean.com – James Skemp Apr 29 at 12:26

9 Answers

vote up 14 vote down check

take a look at this page.

it has compiled html help file (CHM) for latest jQuery 1.3.

that guy also compiles another useful CHM manuals.

link|flag
This is the correct answer; how about that bounty? – eplawless Feb 20 at 7:00
CHM isn't exactly print-friendly. – Greg Oct 7 at 5:22
vote up 2 vote down

http://www.amazon.com/jQuery-Action-Bear-Bibeault/dp/1933988355/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1224036401&sr=8-1

and

http://www.amazon.com/jQuery-Reference-Guide-Karl-Swedberg/dp/1847193811/ref=pd_sim_b_3

It's not documentation but if the Print functionality in your browser while viewing the tutorials and references on the jQuery site doesn't suffice then these books most certainly will.

link|flag
jQuery in Action is a fantastic book. Just had to throw that in :) – cdmckay Feb 26 at 7:42
vote up 2 vote down

You could also do a little work yourself by usng a service like PediaPress which specializes in converting MediaWiki data to print form.

The jQuery API is all MediaWiki that you could write a simple scraper to gather (just look at the "Edit" pages).

PediaPress has some code to parse the MediaWiki written in Python. With that, you can transform the material however you wish.

link|flag
vote up 1 vote down

There are many good jQuery cheat sheets on the Web. Here is one...

http://www.gscottolson.com/jquery/jQuery1.2.cheatsheet.v1.0.pdf

One of these, the Manning book previously referenced, and the excellent online docs make you an expert pretty quickly.

link|flag
vote up 1 vote down

The last time I checked, all of the printable jQuery documentation is out of date. There is one for v1.1 available here:

http://www.bennadel.com/blog/544-Printing-The-Entire-jQuery-API-As-A-PDF-Using-CFDocument-And-XML-Parsing-.htm

I don't know of any up-to-date versions of the documentation though.

link|flag
vote up 1 vote down

I personally use and prefer: http://colorcharge.com/wp-content/uploads/2007/12/jquery12_colorcharge.png

link|flag
vote up 1 vote down

http://api.jquery.com/ is the best reference I've come across, it also has a downloadable app at the bottom that installs as an Adobe AIR application...very handy.

link|flag
vote up 0 vote down

Yeah i also disappointed with manning jquery in action book, learning jquery by packt is much better but still not covered most common needs, probably john resig need to write a book himself.

link|flag
That would be good. Honestly, I'd be happy if he'd just write some printable documentation =o) – Eli Oct 28 '08 at 20:18
He's busy working at Mozilla on the next version of javascript – TreeUK Feb 25 at 16:19
vote up 0 vote down

From http://roshanbh.com.np/2008/03/jquery-benefits-examples-free-ebook.html you can download a chm, and print it. The link is at the end of the entry.

link|flag

Your Answer

Get an OpenID
or

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