2-3 JQuery 임포트

min j·2021년 9월 5일
0

Javascript로 쓰면 긴 것을 JQuery로 쓰면 간단하다. 미리 작성된 javascript라는 것.

<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>

부트스트랩 템플릿 안에 미리 임포트 되어있다.

profile
나는 장민이다

0개의 댓글