Is there a VSDoc file for jQuery 1.5? [closed]
开发者_运维知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionWhere can I find a VSDoc file for the 1.5 version of jQuery?
It seems there is a VSDoc for jQuery 1.5 available at :
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5-vsdoc.js
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.
I don't think there is a vsdoc file available for jQuery 1.5 right now.
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
精彩评论