Contents

조회 수 33105 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
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>



?

  1. [linux] 기본 명령어 (내공쌓기)

  2. [linux] 계정관리하기(내공쌓기)

  3. [linux] 간단한 vi편집기 사용 명령

  4. [linux] 간단한 NAT 설정 script

  5. [linux] 간단한 find 명령어 설명(업데이트 해야 함)

  6. [linux] yum 업데이트 시 커널 제외하기

  7. [linux] X환경 GNOME에서 KDE로 바꾸는 법..

  8. [linux] Xwindow/Xmanager 사용

  9. [linux] wget 명령 사용 예제

  10. [linux] vi 편집기 간단한 명령과 환경설정

  11. [linux] The Ultimate Wget Download Guide With 15 Awesome Examples

  12. [linux] tar 명령어 뽀개기.. ㅋㅋ

Board Pagination Prev 1 ... 26 27 28 29 30 31 32 33 34 35 ... 98 Next
/ 98