Web Programming/Script
jquery / 사용하는 방법
hyeon-H
2021. 9. 6. 23:28
728x90
반응형
jQuery
What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
jquery.com
다운로드
<script src="js/jquery.js"></script>
cdn
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
url
<script src="http://code.jquery.com/jquery-latest.js"></script>
참고사이트
https://kyun2.tistory.com/52
[jQuery] 제이쿼리 기초 : 시작하기, 선택자
jQuery 기초 jQuery(제이쿼리)는 HTML의 클라이언트 사이드 조작을 단순화 하도록 설계된 크로스 플랫폼의 자바스크립트 라이브러리다. 존 레식이 2006년 뉴욕 시 바캠프(Barcamp NYC)에서 공식적으로 소
kyun2.tistory.com
CDN이란?
https://www.akamai.com/ko/our-thinking/cdn/what-is-a-cdn
728x90
반응형