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
반응형
'Web Programming > Script' 카테고리의 다른 글
onkeyup 엔터키 사용 / window.event.keyCode == 13 / 안되는 이유 (0) | 2022.03.07 |
---|---|
script에서 form을 submit 하는 방법 (0) | 2021.07.13 |
radio , checkbox , select 값을 Script로 가져오기 (0) | 2021.07.12 |