Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 태그를 입력해 주세요.
- 오라클
- DATABASE
- 링크
- oracle not in
- error
- Oracle
- M480
- jquery
- Modeling
- update
- eclipse
- html
- iTunes
- 미라지
- javascript
- 10g
- 이클립스
- Download
- 2NE1
- 검색
- 한글
- oracle not exists
- jqeury
- 개발자
- 다운로드
- java
- 설치
- SELECT UPDATE
- input box
Archives
- Today
- Total
not set
jQuery 다운로드, CDN 방식 본문
http://jquery.com 에 들어가면 직접 다운로드 받을 수 있고, 혹은 다음과 같이 CDN 방식으로도 사용가능하다.
구글과 마이크로소프트 그리고 jQuery에서 제공한다.
- CDN(Content Delevery Network) 사용자에게 간편하게 콘텐츠를 제공하는 방식을 의미함.
구글과 마이크로소프트 그리고 jQuery에서 제공한다.
- CDN(Content Delevery Network) 사용자에게 간편하게 콘텐츠를 제공하는 방식을 의미함.
CDN HOSTED JQUERY
A number of large enterprises provide hosted copies of jQuery on existing CDN networks that are available for public use. Below are links to the CDN-hosted copies of jQuery that you may hotlink to.
- Google Ajax API CDN (Also supports SSL via HTTPS)
- Microsoft CDN (Also supports SSL via HTTPS)
- jQuery CDN (via Media Temple)
- http://code.jquery.com/jquery-1.7.1.min.js Minified version
- http://code.jquery.com/jquery-1.7.1.js Source version
'javascript > jQuery' 카테고리의 다른 글
jQuery 클래스 선택자 (0) | 2012.01.17 |
---|---|
jQuery 메서드의 기본 형태 (0) | 2012.01.17 |
jQuery 의 ready() (0) | 2012.01.17 |
jQuery 란? (0) | 2012.01.17 |
jQuery 유용한 링크 모음 (0) | 2012.01.13 |