Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Virtual Studio 2008 - ASP.NET - jQuery 1.7.1 VSDoc - JavaScript Intellisense?

Does anyone have the location to download jQuery 1.7.1 VSDoc?

And also what to do to make it work? I current have the following and I am a getting massive error in the VSDoc when doing Ctr-Shift-J to update Intellisense:

<script type="text/javascript" src="includes/jquery.js"></script>
<% If (False) Then%>
    <script type="text/javascript" src="includes/jquery.vsdoc.js"></script>
<%  End If%>

I have both the Service Pack 1 and the Patch update to make VSDoc work in VS 2008.

like image 234
Bill Software Engineer Avatar asked Dec 05 '11 19:12

Bill Software Engineer


1 Answers

It looks like the latest version of jQuery VSDoc is 1.7 not 1.7.1. Version 1.7 can be downloaded from here: http://appendto.com/community/jquery-vsdoc

like image 162
matkins Avatar answered Oct 13 '22 01:10

matkins