tags:

views:

23

answers:

3

Where can I find documentation of older version of jQuery libraries?

For example: jQuery 1.2.7

thanks

A: 

This page...

http://docs.jquery.com/Main_Page

...led me to this page...

http://docs.jquery.com/Alternative_Resources

...which led me to (among others) this page...

http://remysharp.com/visual-jquery/

patrick dw
A: 

The jQuery API. For every item documented, it tells you what version it was added so you can know reliably if it is available in the version you're using.

calvinf