jQuery 다운로드 및 도움말 다운로드
(Microsoft Visual Web Developer 2012 Express 툴 설치 필요, 인증하면 무료, jQuery 도움말 표시가능)
http://code.jquery.com/jquery-1.11.0.min.js
http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.11.0-vsdoc.js
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.11.0.min.js"></script>
<script src="jquery-1.11.0-vsdoc.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
</body>
</html>
'jQuery 등 스크립트 ' 카테고리의 다른 글
JavaScript 디스플레이하는 4가지 방법 (0) | 2015.05.08 |
---|---|
윈도우 타이머, 랜덤. 클로저 활용, 메모리 효율적 (0) | 2015.05.06 |
문서 객체 모델 (0) | 2015.05.06 |
Cordova (폰갭) backkey 막기 (0) | 2015.04.14 |
jQuery 공부하기 좋은 곳 (0) | 2015.03.24 |