반응형
jquery 세팅 방법
jquery 설정 방법
html ,jsp 파일안에 <head> </head>
js 파일 정보를 넣는다.
1. jquery 홈페이지나 외부의 js를 이용할 경우
<script src="</script'>http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="</script'>http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
2. 소스 위치를 특정 폴더에 지정하고 js를 사용하는 경우
<script src="jquery-1.10.1.js" type="text/javascript"></script>
자세한 내용은 smple 파일을 참고하세요. ^^
html 파일이므로 그냥 브라우저로 여시면 됩니다.
반응형
'프로그램 > JQUERY' 카테고리의 다른 글
jquery children() 함수 (0) | 2013.07.31 |
---|---|
$(document).read(function()) (0) | 2013.07.30 |
jquery $() 함수 (0) | 2013.07.29 |
jquery js 다운로드 (0) | 2013.07.18 |