Where can I find a VSDoc file for the 1.5 version of jQuery?
Asked
Active
Viewed 2,476 times
3

Peter Mortensen
- 30,738
- 21
- 105
- 131

Bill Forney
- 786
- 7
- 16
-
1When available, you'll see a link beside "Documentation" on the official jQuery download page @ http://docs.jquery.com/Downloading_jQuery. I too am anxiously waiting! – Zachary Feb 03 '11 at 06:54
-
Actually, as noted in the various answers to http://stackoverflow.com/questions/2323366/jquery-1-4-2-vsdoc, Zack's response is *not* the case. For whatever reason, jQuery.com does not seem to be listing the vsdoc locations any longer (for new releases). – James Skemp Feb 19 '11 at 00:02
-
@Zachary: you still waiting? no need to, guys from appendTo picked up where MS left the dev community - see http://appendto.com/community/jquery-vsdoc – Piotr Owsiak Oct 19 '11 at 16:46
4 Answers
10
It seems there is a VSDoc for jQuery 1.5 available at :

Radu Pintilie
- 339
- 2
- 9
-
1...or you can go to the original source here: http://appendto.com/community/jquery-vsdoc – Piotr Owsiak Oct 19 '11 at 16:45
5
I haven't tested this exhaustively, but I built a jQuery 1.5 VSDoc that seems to work pretty well, other than handling the new jqXHR and Deferred return types. So, you'll get the new Intellisense on $.ajax()
, for example, but you won't get Intellisense for the new chained callbacks.
It should be better than nothing though, for now.

Dave Ward
- 59,815
- 13
- 117
- 134
-
Thanks, this'll work great until the "official" one is up and running. – Bill Forney Feb 05 '11 at 04:37
-
Damian made a fully functional version this evening, which handles the Deferred/jqXHR issues correctly. I updated my post with a link to it. – Dave Ward Feb 05 '11 at 06:51
0
Get latest releases of jQuery .vsdoc files on Microsoft Ajax Content Delivery Network
and jQuery intelliSense schema patch for Visual studio 2008 SP1 on Microsoft KB958502 - JScript Editor support

Sen Jacob
- 3,384
- 3
- 35
- 61