Contents

Views 33071 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
jQuery 코드 작성시 편리한 html 템플릿.
복사해서 바로 사용하면 되는.. ㅋㅋ
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>jQuery html template</title>

<script src="http://code.jquery.com/jquery.js"></script>

<script type="text/javascript">
// $(document).ready(); 는 한 문서 내에도 여러 번 사용할 수 있다.
// -> 모두 실행됨.. (onload는 오버라이딩 되는데..)
$(document).ready(function(){
});

// 위의 코드를 아래처럼 사용할 수 있다.
$(function(){
});

</script>

</head>
<body>

</body>
</html>



?

List of Articles
No. Category Subject Author Date Views
1101 System/OS [linux] 프로그램 설치방법 (내공쌓기) hooni 2003.04.23 13433
1100 System/OS [linux] 계정관리하기(내공쌓기) hooni 2003.04.23 13157
1099 System/OS [linux] 기본적인 설정하기(내공쌓기) hooni 2003.04.23 13993
1098 System/OS [linux] 새 하드디스크 추가하기..(내공쌓기) hooni 2003.04.23 13807
1097 System/OS [linux] 아파치설치/설정 hooni 2003.04.23 14492
1096 System/OS [linux] 아파치설치/설정(CGI부분) hooni 2003.04.23 14568
1095 System/OS [linux] 아파치설치/설정 - SSI(Server Side Include) hooni 2003.04.23 13206
1094 System/OS [linux] 아파치 설치/설정(proxy) hooni 2003.04.23 12965
1093 System/OS [linux] 아파치설치/설정(모니터링) hooni 2003.04.23 14153
1092 System/OS [linux] 아파치설치/설정 - 사용인증 hooni 2003.04.23 15084
1091 System/OS [linux] 아파치설치/설정 - 알리어싱(aliasing) hooni 2003.04.23 51368
1090 System/OS [linux] 랜카드가 2개 일 때 네트워크 설정 hooni 2003.04.23 30015
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 98 Next
/ 98