Web 개발
(JQuery ) 적용 방법
seogi8574
2022. 2. 4. 16:55
반응형
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
제이 쿼리를 다운로드 받는다.
src를 이용하게 import 시키면 완료
반응형