Is there a VSDoc file for jQuery 1.5?

2.4k views Asked by At

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

4

There are 4 answers

1
Radu Pintilie On BEST ANSWER

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

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

0
marcind On

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

2
Dave Ward On

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.

0
Sen Jacob On

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