제이쿼리(jQuery) CDN
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
제이쿼리(jQuery) UI CDN
<script src="https://ajax.aspnetcdn.com/ajax/jquery.ui/1.12.1/jquery-ui.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.ui/1.12.1/jquery-ui.min.js"></script>
위의 코드 중 하나를 html head 태그에 삽입해주면 됩니다.
위에서부터 구글, 마이크로소프트, jqury의 cdn입니다.
아무거나 사용하셔도 됩니다.
'프론트엔드 개발 놀이터 > jQuery' 카테고리의 다른 글
기본 jquery 페이지 (0) | 2024.02.21 |
---|---|
Cannot read property 'msie' of undefined 에러 나올때 (0) | 2022.05.14 |
jQuery .ready() vs .onload() (0) | 2020.11.15 |