3

Where can I find a VSDoc file for the 1.5 version of jQuery?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Bill Forney
  • 786
  • 7
  • 16
  • 1
    When 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 Answers4

10

It seems there is a VSDoc for jQuery 1.5 available at :

http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5-vsdoc.js

Radu Pintilie
  • 339
  • 2
  • 9
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
0

I don't think there is a vsdoc file available for jQuery 1.5 right now.

marcind
  • 52,944
  • 13
  • 125
  • 111
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