제이쿼리(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입니다.

아무거나 사용하셔도 됩니다.

+ Recent posts