From 44f27cd67674125948c1891dbe1f50199784960d Mon Sep 17 00:00:00 2001 From: Rob Flaherty Date: Sat, 27 Apr 2013 18:49:37 -0300 Subject: [PATCH 1/2] Adding note about out-of-date jquery source --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index 06b4005..d5f7ae5 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,14 @@

jQuery Annotated Source

Read the jQuery source like a book like a boss.

Make it better by contributing on GitHub.

+
Update (04/27/13) +

Although this link has recently been circulated on twitter, please note that the project has not been worked on since August of 2011, when jQuery 1.6.2 was the latest version.

+ +

The idea for the project was to replace/enhance the jQuery source comments with more readable, descriptive, and educational comments. Tracking with jQuery version updates is a challenge since it's not just a matter of running the latest jQuery source through Docco.

+ +

But given the current interest I'll work on updating for 2.x!

+
+

Chapters