웹표준 html,css,javascript 실무 과정 자료] jQuery라이브러리 준비
웹표준 html,css,javascript 실무 과정 자료] jQuery라이브러리 준비
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
jQuery라이브러리 준비
■ jQuery를 다운로드 해서 사용
■ jQuery를 다운로드하지 않고 사용(CDN방식)
■ jQuery 웹사이트
http://jquery.com
현재 최신버전 : 3.1.1
<script src="jquery-3.1.1.min.js"></script>
<script src="http://code.jquery.com/jquery-3.1.1.min.js"></script>
'웹표준 > HTML' 카테고리의 다른 글
웹표준 html,css,javascript 실무 과정 자료] jQuery흐름 &선택자 (0) | 2017.05.10 |
---|---|
웹표준 html,css,javascript 실무 과정 자료] javascript 실행 순서 (0) | 2017.05.10 |
웹표준 html,css,javascript 실무 과정 자료] jQuery (0) | 2017.05.10 |
웹표준 html,css,javascript 실무 과정 자료] 재생 제어 메서드 (0) | 2017.05.10 |
웹표준 html,css,javascript 실무 과정 자료] Video 태그 (0) | 2017.05.10 |