본문 바로가기

sundries

1-1 다운로드

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Insert title here</title>

</head>

<!-- 

<사이트에서 받아서 프로젝트 생성 후 파일 끌어다 놓기>

Download the compressed, production jQuery 3.2.1

Download the uncompressed, development jQuery 3.2.1

-->



<!--  1. CDN 방식으로 가장 최신 버전을 불러옵니다. -->

<script src="http://code.jquery.com/jquery-latest.js"> </script>

<!--  2. 직접 내려 받아 설치한 경우 불러옵니다.

다운 받는 사이트 : http://code.jquery.com/ 접속

3.x 버전 선택 후 오른쪽 마우스 버튼 클릭 후 다른 이름으로 링크 저장

또는 다른 이름으로 대상 저장 선택 -->

<script src ="../js/jquery-3.2.1.js"></script>

<script>

</script>

<body>

</body>

</html>