Welcome to MSDN Blogs Sign in | Join | Help

Visual Web Developer Team Blog

Your official information source from the Visual Web Developer team.

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use
VSDoc for jQuery 1.3.2 Now Available

jQuery 1.3 was released a little over a month ago.  The 1.3 release adds exciting features such as selector performance improvements, "live events" where events can be bound to both current and future elements, and more.  Version 1.3.2 was released a few days ago and fixes some bugs include one involving selector performance in IE.

I just wanted to let everyone know that we now have VSDoc files for all of the 1.3 releases.  You can download them from the jQuery Downloads page...

jquerycom

A refresher on how to use the file can be found here or here.  Here's one of the new functions in action...

jqueryedit

Hope this helps!

Jeff King
Program Manager
Visual Studio Web Tools

Posted: Tuesday, February 24, 2009 8:00 PM by WebDevTools

Comments

ナオキにASP.NET(仮) said:

Visual Web Developer Team Blog からです。 VSDoc for jQuery 1.3.2 Now Available jQuery 1.2.6 から結構間空きましたが、jQuery

# February 25, 2009 3:26 AM

DotNetShoutout said:

Thank you for submitting this cool story - Trackback from DotNetShoutout

# February 25, 2009 3:58 AM

What's New said:

jQuery 1.3 was released a little over a month ago. The 1.3 release adds exciting features such as selector

# February 25, 2009 4:06 AM

Web Development Community said:

You are voted (great) - Trackback from Web Development Community

# February 25, 2009 4:56 AM

Chris Metzl said:

This VSDOC file don't update intellisense.  It seems to have an issue with the jQuery.support object being commented out.

I reverted to the 1.3 version from the InfoBasis IntelliSense Header Generator which doesn't seem to have this problem.

# February 25, 2009 11:02 AM

WebDevTools said:

@Chris Metzl: What particular error are you seeing?  What other plug-ins do you have running?  Feel free to mail me at jking at microsoft dot com... and we can figure out what's wrong.  Thanks!

# February 25, 2009 2:20 PM

Sam Gentile's Blog (if (DeveloperTask == Communication && OS == Windows) said:

Windows Azure and Cloud Computing Windows Azure and Cloud Computing Posts for 2/23/09+ Azure Service Platform Webcast Series Agile Martin talks about TechnicalDebt Oslo/REST Jon has his Oslo and REST demos from VSLive jQuery VSDoc for jQuery 1.3.2 Now

# February 26, 2009 2:29 PM

Visual Studio Hacks said:

My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Greg Duncan has posted several good links: Wit It! is an Outlook Add-In for TFS Work Item Alerts All the Windows 7 Beta Toolkits SQL

# March 2, 2009 9:48 AM

Vad said:

Hi! i get this error

Error updating JScript IntelliSense:  

Object doesn't support this property or method @2139:1

What can i do to solve it?

# March 4, 2009 1:10 AM

Vad said:

:) I solve it, I use old hotfix update.

# March 4, 2009 1:26 AM

Alex said:

Using the latest 1.3.2.

I got this

Error updating JScript IntelliSense: D:\Dev\Test\Scripts\jQuery-1.3.2-vsdoc.js: 'jQuery.support.htmlSerialize' is null or not an object @ 1430:4

# March 8, 2009 2:15 PM

Chris said:

Same as Alex.

I am also using:

jQueryUI 1.7 via ThemeRoller

latest blockUI

latest tablesorter

# March 9, 2009 3:03 PM

Ethan J. Brown said:

It's pretty clear that the vsdoc file was never tested.

jQuery.support has been commented out (didn't have time to investigate the reason) -- so any code that references jQuery.support must also in turn be commented.  There are maybe 10 spots in the vsdoc file that code needs to be commented out.  Once you do that, you're golden.

# March 13, 2009 11:29 AM

WebDevTools said:

@Ethan J. Brown: We (I) commented out a few parts of the code as it was causing IntelliSense to fail (due to the probing behavior of their "feature detection").  We do some basic testing, though admittedly not as thorough as we'd like... and we'll be working to improve that.  Thanks for catching this and we'll be working on release an update to address it.  I appreciate your taking the time to point this out! -Jeff

# March 13, 2009 1:54 PM

William said:

Just ran into the same error as above but not sure if I should be commenting out chunks of code or not.  Will this be fixed this week by any chance?

# March 16, 2009 11:02 AM

Justin said:

Can you post the updated/fix vsdoc for us?

# March 16, 2009 1:33 PM

WebDevTools said:

@William and Justin: We're working on getting the update done by the end of the week.  Hopefully sooner.  Thanks for your patience! --Jeff

# March 18, 2009 1:29 PM

geff zhang said:

Microsoft 现在完全支持 jQuery 并将它集成在ASP.NET MVC 框架。jQuery-vsdoc.js文件,该文件对串连的jQuery selector方法的JavaScript i

# March 28, 2009 11:13 AM

Gustavo Ayres said:

Hi! I'm getting this error

Error updating JScript IntelliSense: Object doesn't support this property or method @2139:1

and the old hotfix does not fix it.

Does anyone knows how can I fix it?

# March 28, 2009 5:01 PM

homemdelata said:

I just wanna to make sure and removed the 1.3.2 from my application and added the 1.2.6 and everything is working fine with the older version

# March 28, 2009 5:34 PM

hacker said:

Any idea as to when the update will appear?

# April 2, 2009 11:27 AM

Stephen said:

March 18th:  "by end of week"

it's now a few weeks after that..... is there any update or hope?

For the time being i changed my "-vsdoc" file to use 1.2.6a's version, since there wasn't all that much changed, but it would be nice to have working intellisense in 1.3.2 and studio

# April 4, 2009 11:05 AM

Phil said:

JQuery 1.3.2 and the error at line 2139: A cause of this error I encountered is the fact that the VS documentation file sourced via the Jquery website/google code is called jquery-1.3.2-vsdoc2.js and not jquery-1.3.2-vsdoc.js. Renaming it worked for me.

# April 6, 2009 3:28 PM

David said:

I renamed from vsdoc2 to vsdoc but didn't have any luck.  I'm getting "Object doesn't support this property or method @ 18:9345" with or without the rename.

Please post a solution if you have one.

# April 21, 2009 11:56 AM

mharr said:

David; If it' any help, I found that I got that error only when using the -min version.  If I use the uncompressed version (jquery-1.3.2.js), then the error does not occur (at least for me).

# April 27, 2009 11:37 AM

chicotroimoihieu said:

it's strange when I use jquery-1.3.2-vsdoc.js (not jquery-1.3.2.js) in my aspx file, everything works okie. Certainly I had written more one line at the top of vsdoc.js file: "/// <reference path="~/Scripts/jquery-1.3.2.js" />".

We don't want to use vsdoc.js in our aspx file as it is just for development reference. Anyone please tell me if this is right or wrong. Thanks & regards.

# April 29, 2009 3:20 AM

Reynaldo said:

For those using the Jquery UI and having an error with the intellisense, I found a solution in the URL below.

http://arahuman.blogspot.com/2009/02/error-updating-jscript-intellisense.html

# April 30, 2009 9:25 AM
New Comments to this post are disabled
Page view tracker