jQuery 1.4.2 VSDoc

前端 未结 15 591
夕颜
夕颜 2020-12-02 14:12

Where can I get the VSDoc for jQuery 1.4.2?

15条回答
  •  悲&欢浪女
    2020-12-02 15:13

    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: \jquery-1.4.4-vsdoc.js: Expected identifier @ 1750:24 (or near enough).

    Update this line to read:

    jQuery.proxy = function(method, context){

    This bug was found and resolved in VS2008.

提交回复
热议问题