제이쿼리를 사용하기 전 준비사항
제이쿼리는 언어가 아닌 자바스크립트 문법으로 만들어진 라이브러리입니다.
DOM ( Document Object Model )을 다루기에 최적화된 라이브러리이기도 합니다.
제이쿼리를 사용하기 위해서는 라이브러리 라는 프로그램을 반드시 외부 및 내부 파일로 연결하고 진행해야 합니다.
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
1. Download Jquery를 클릭하세요.

2. Download the compressed, production jQuery 로 끝나는 파일에 마우스 우클릭으로 '다른이름으로 링크저장'을 클릭하세요.

또는 CDN 주소를 연결하는 식으로 활용할 수도 있습니다.
728x90
Comments, Trackbacks