Where can I get the VSDoc for jQuery 1.4.2?
John T said:
For what it's worth, and from this question:
jQuery 1.4.3 vsdoc
Someone has updated the jQuery vsdoc for JQuery 1.4.3. It's at:
http://appendto.com/community/vsdoc
@John T: Thanks for the links!
For users of the v1.4.4 VSDOC file supplied here, there is a slight error that breaks IntelliSense; at line 1751 the file reads:
jQuery.proxy = function(function, context){
This causes Visual Studio to show the following error:
Error updating JScript IntelliSense: (or near enough).
Update this line to read:
jQuery.proxy = function(method, context){
This bug was found and resolved in VS2008.