Heim > Web-Frontend > js-Tutorial > Hauptteil

在VS2008中使用jQuery智能感应的方法_jquery

WBOY
Freigeben: 2016-05-16 18:13:08
Original
1103 Leute haben es durchsucht

第一步: 安装VS 2008 SP1

下载地址:

http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx

第二步: 安装VS 2008 SP1 补丁 KB958502

下载地址:

http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=KB958502&DownloadId=3632

第三步: 下载jQuery-vsdoc.js文件

下载地址:

http://docs.jquery.com/Downloading_jQuery (可对应版本下载)

http://jqueryjs.googlecode.com/files/jquery-1.3.2.js(原始版 118K)

http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js(压缩版 56K)

http://jqueryjs.googlecode.com/files/jquery-1.3.2-vsdoc2.js(智能提示文件)

把jquery-1.3.2-vsdoc2.js保存到你项目中jquery-1.3.2.js文件所在的同一个目录中(同时确认它的命名前缀与jquery文件名匹配):

 

在页面中引用jquery文件

<div>
<!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="COLOR: #000000"><span style="COLOR: #000000">script src</span><span style="COLOR: #000000">=</span><span style="COLOR: #800000">"</span><span style="COLOR: #800000">Scripts/jquery-1.3.2.min.js</span><span style="COLOR: #800000">"</span><span style="COLOR: #000000"> type</span><span style="COLOR: #000000">=</span><span style="COLOR: #800000">"</span><span style="COLOR: #800000">text/javascript</span><span style="COLOR: #800000">"</span><span style="COLOR: #000000">></span><span style="COLOR: #000000">script</span><span style="COLOR: #000000">></span></span>
</div>
Nach dem Login kopieren

如果是单独的文件

接下来在页面中写jquery代码的时候就会有智能感应了

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage