JQuery는 미리 작성된 JavaScript 같은 개념이다. 이를 import 해서 JavaScript 코드를 더 간결하게 작성할 수 있다.
https://www.w3schools.com/jquery/jquery_get_started.asp
jQuery Get Started
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
위 링크에서 코드를 복사하여 <head> 안에 붙여넣기 한다.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
'Development' 카테고리의 다른 글
[JQuery] img 태그의 src 변경하기 (0) | 2021.12.29 |
---|---|
[Ajax] Ajax 기본 코드 (0) | 2021.12.29 |
[HTML, CSS] 부트스트랩 기본 템플릿으로 웹페이지 만들기 (0) | 2021.12.29 |
[JavaScript] list에 값 추가하기 (0) | 2021.12.29 |
[HTML] <style>태그 부분을 파일로 불러오기 (0) | 2021.12.28 |