show/hide this revision's text 2 corrected grammar

There is an officially supported jQuery documentation javascript file for Visual Studio 2008. This file is only an interim fix until MS releases a hotfix can be released to that will more adequately address the issue.

Embedded in ASPX:

<% if (false) { %>
<script src="jquery-1.2.6-vsdoc.js" type="text/javascript"></script>
<% } %>

Embedded in JS:

/// <reference path="jquery-1.2.6-vsdoc.js" />

Pick it up here: jquery-1.2.6-vsdoc.js

References:

show/hide this revision's text 1

There is an officially supported jQuery documentation javascript file for Visual Studio 2008. This file is only an interim fix until MS releases a hotfix can be released to more adequately address the issue.

Embedded in ASPX:

<% if (false) { %>
<script src="jquery-1.2.6-vsdoc.js" type="text/javascript"></script>
<% } %>

Embedded in JS:

/// <reference path="jquery-1.2.6-vsdoc.js" />

Pick it up here: jquery-1.2.6-vsdoc.js

References: