>웹 프론트엔드 >JS 튜토리얼 >VS2008_jquery에서 jQuery 스마트 센싱을 사용하는 방법

VS2008_jquery에서 jQuery 스마트 센싱을 사용하는 방법

WBOY
WBOY원래의
2016-05-16 18:13:081145검색

1단계: VS 2008 SP1 설치

다운로드 주소:

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

2단계: VS 2008 SP1 설치 KB958502 패치

다운로드 주소:

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

3단계: 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><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>
</div>

별도의 파일인 경우

<참조 경로="Scripts/jquery-1.3.2.min.js" />

페이지에 jquery 코드를 작성하면 스마트센싱이 됩니다

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.