Veejay
Veejay

Reputation: 242

jQuery API help

Do we have a document for jQUery 1.4.2..something that says this was there in 1.3.2 and has changed now in 1.4.2

Does the jQuery site has an official documentation that can be downloaded?

Upvotes: 4

Views: 150

Answers (3)

JKirchartz
JKirchartz

Reputation: 18042

They DO have a change log, it's available at: http://api.jquery.com/category/version/1.4.2/ and http://api.jquery.com/category/version/1.4/ ... hopefully that's what you're looking for.

Upvotes: 2

Dean Harding
Dean Harding

Reputation: 72668

In relation to the second part of your question, the documentation is obviously available online at api.jquery.com but you can also download a Windows CHM file of it here.

Upvotes: 0

Amy B
Amy B

Reputation: 17977

It would be nice if they had a change log, but this is the next best thing: jQuery 1.4 Released – Full Release Notes

Upvotes: 2

Related Questions