JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense - Stack Overflow most recent 30 from stackoverflow.com2009-12-05T23:43:00Zhttp://stackoverflow.com/feeds/question/709713http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense4JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense bugBurger2009-04-02T13:28:50Z2009-07-20T17:48:28Z
<p>In past i have worked with JQuery 1.2 vsdoc file which generates intellisense for vs2008 sp1.</p>
<p>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-</p>
<p>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 </p>
<p>Can anyone help on this please ? </p>
http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/724344#7243444Answer by Rajesh for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense Rajesh2009-04-07T06:28:02Z2009-04-07T06:28:02Z<p>Check this link
<a href="http://code.google.com/p/jqueryjs/downloads/list" rel="nofollow">http://code.google.com/p/jqueryjs/downloads/list</a></p>
<p>Download the file <strong>jquery-1.3.2-vsdoc2.js</strong> and don't use <strong>JQuery 1.3.2 vsdoc</strong></p>
<p>Also check the last few comments from
<a href="http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx" rel="nofollow">http://blogs.msdn.com/webdevtools/archive/2009/02/24/vsdoc-for-jquery-1-3-2-now-available.aspx</a></p>
<p>That will solve your problem.</p>
http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/735638#7356381Answer by bugBurger for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense bugBurger2009-04-09T19:38:28Z2009-04-09T19:38:28Z<p>Read this blog - <a href="http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx" rel="nofollow">http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx</a></p>
<p>What i did is - i have downloaded (updated) version of jquery vsdoc file and added a reference in vs2008 and it worked.</p>
http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/741337#7413375Answer by Troy for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense Troy2009-04-12T06:05:05Z2009-04-12T06:05:05Z<p>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.</p>
http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/836845#8368450Answer by EnocNRoll for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense EnocNRoll2009-05-07T20:25:22Z2009-05-07T20:25:22Z<p>Some very useful links jQuery intellisense in Visual Studio:</p>
<ul>
<li><p>FAQ on JavaScript Intellisense: <a href="http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx" rel="nofollow">http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx</a>
<BR>It explains how the path style is important to Visual Studio, ASP.NET Web Forms and ASP.NET MVC.</p></li>
<li><p>A fantastic overview of jQuery intellisense by Scott Guthrie:
<a href="http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx" rel="nofollow">http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx</a></p></li>
</ul>
http://stackoverflow.com/questions/709713/jquery-1-3-2-vsdoc-does-not-produce-visual-studio-intellisense/1154926#11549260Answer by beerbelly for JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense beerbelly2009-07-20T17:48:28Z2009-07-20T17:48:28Z<p>For those running into an error message with:
<strong>Error updating JScript IntelliSense: 'div.childNodes' is null or not an object</strong></p>
<p>See this blog:
<strong><a href="http://blog.jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form" rel="nofollow">http://blog.jasonkostempski.com/2009/06/jquery-132-visual-studio-2008.html#comment-form</a></strong></p>
<p>This resolution will probably help up until they replace the file at google.</p>