JQuery란? HTML의 요소들을 조작하는, 편리한 Javascript를 미리 작성해 준 것, 라이브러리 javascript로 모든 기능을 구현할 수 있지만, 코드가 복잡하고, 브라우저간 호환성 문제를 고려해 JQuery라는 라이브러리가 등장하게 되었다. 한마디로, javascript를 좀더 편하게 사용하기 위한 라이브러리가 JQuery이다. JQuery는 미리 작성된 Javascript코드이기 때문에, 쓰기 전에 임포트를 해야 한다. https://www.w3schools.com/jquery/jquery_get_started.asp jQuery Get Started W3Schools offers free online tutorials, references and exercises in all the ..