tags:

views:

86

answers:

3
+4  Q: 

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?

+2  A: 

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

Coronatus
A: 

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.

Dean Harding
+2  A: 

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.

JKirchartz