1단계: VS 2008 SP1 설치
다운로드 주소:
http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx
2단계: VS 2008 SP1 설치 KB958502 패치
다운로드 주소:
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 코드를 작성하면 스마트센싱이 됩니다