JQuery 1.3.2 vsdoc 不生成 Visual Studio 智能感知

发布于 2024-07-15 18:49:46 字数 371 浏览 4 评论 0 原文

过去我使用过 JQuery 1.2 vsdoc 文件,它为 vs2008 sp1 生成智能感知。

我最近下载了最新版本的 JQuery 1.3.2 和 JQuery 1.3.2 vsdoc 文件。 当我尝试在 vs2008 中获取 jquery 的智能感知时 - 我收到以下错误 -

警告 1 更新 JScript IntelliSense 时出错:C:\Documents and Settings\sonx3d\My Documents\Visual Studio 2008\Projects\WebApplication2\WebApplication2\jquery-1.3.2.js:对象不支持此属性 或方法@2139:1

有人可以帮忙吗?

In past i have worked with JQuery 1.2 vsdoc file which generates intellisense for vs2008 sp1.

I have recently downloaded latest version of JQuery 1.3.2 and JQuery 1.3.2 vsdoc file.
When i tried to get intellisense for jquery in vs2008 -
I am getting following error-

Warning 1
Error updating JScript IntelliSense: C:\Documents and Settings\sonx3d\My Documents\Visual Studio 2008\Projects\WebApplication2\WebApplication2\jquery-1.3.2.js: Object doesn't support this property
or method @ 2139:1

Can anyone help on this please ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

七月上 2024-07-22 18:49:47

检查此链接
http://code.google.com/p/jqueryjs/downloads/list

下载文件 jquery-1.3.2-vsdoc2.js 并且不要使用 JQuery 1.3.2 vsdoc

另请检查来自的最后几条评论
http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx

这将解决您的问题。

Check this link
http://code.google.com/p/jqueryjs/downloads/list

Download the file jquery-1.3.2-vsdoc2.js and don't use JQuery 1.3.2 vsdoc

Also check the last few comments from
http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx

That will solve your problem.

拍不死你 2024-07-22 18:49:47

阅读此博客 - http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx

我所做的是 - 我已经下载了(更新)版本的 jquery vsdoc 文件并在 vs2008 中添加了引用并且它有效。

Read this blog - http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx

What i did is - i have downloaded (updated) version of jquery vsdoc file and added a reference in vs2008 and it worked.

未央 2024-07-22 18:49:47

Visual Studio 中的一些非常有用的链接 jQuery intellisense:

Some very useful links jQuery intellisense in Visual Studio:

策马西风 2024-07-22 18:49:47

对于那些遇到错误消息的人:
更新 JScript IntelliSense 时出错:“div.childNodes”为 null 或不是对象

请参阅此博客:
http://blog .jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form

此解决方案可能会有所帮助,直到他们替换谷歌的文件。

For those running into an error message with:
Error updating JScript IntelliSense: 'div.childNodes' is null or not an object

See this blog:
http://blog.jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form

This resolution will probably help up until they replace the file at google.

淡淡の花香 2024-07-22 18:49:46

它现在对我有用。 我所要做的就是将 jquery-1.3.2-vsdoc2.js 重命名为 jquery-1.3.2-vsdoc.js,现在智能感知正在工作。

It is working now for me. All I had to do was rename jquery-1.3.2-vsdoc2.js to jquery-1.3.2-vsdoc.js and now intellisense is working.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文