Click here to Skip to main content
15,895,836 members
Articles / Web Development / ASP.NET

How to fix Visual Studio 2008 Intellisense for JQuery 1.6.1

Rate me:
Please Sign up or sign in to vote.
4.30/5 (7 votes)
24 Jun 2011CPOL5 min read 39.8K   543   10  
This article shows how to fix the error “Error updating JScript IntelliSense” and restore full Intellisense support in your ASP.NET Web Applications that make use of JQuery 1.6.1
/// <reference path="jquery-1.6.1-vsdoc.js" />

// Type $(document). to see JQuery Intellisense and documentation.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Exprivia
Italy Italy
I am 29 and I have a degree in Computer Science at the University of Bari (Italy) that I achieved with Full Marks and Honors.
My main fields of interest are in the world of Windows and the .NET framework.
I am currently employed as a Senior ASP.net and Sharepoint developer at Exprivia.
In the past I used to develop software in VC++, WPF/Silverlight, C#, and a number of other .NET related tecnologies.

Comments and Discussions