Top
회원님
에서 ->
훈병
(으)로
진급을 축하 드리며
승승장구 하길 기원합니다.
Member
회원 정보
쪽지 보내기
게시물 보기
Whitesal Blog...
The Beautiful Thing...
홈
최신글
로그인
회원가입
계급안내
이용안내
X
전미라
(la0303) :
1983년 03월 03일
박종육
(alfmrl) :
1987년 03월 04일
조재두
(wwwjdzz) :
1992년 03월 16일
강민기
(alsrl18) :
1986년 03월 24일
이영진
(y0758) :
1986년 03월 30일
이상 5 분 생일 축하 드립니다!
이달의 생일자
:
전미라
(la0303):1983년 03월 03일
박종육
(alfmrl):1987년 03월 04일
조재두
(wwwjdzz):1992년 03월 16일
강민기
(alsrl18):1986년 03월 24일
이영진
(y0758):1986년 03월 30일 이상 5 분 생일 축하 드립니다!
김경훈(admin)
whitesal86@naver.com
01049194786
🌙
게 시 판
▶
전체글보기
(2,241)
▶
공지사항
(90)
▶
자 유 게 시 판
(1,026)
▶
Web-Programing
(165)
▶
Music..♬
(13)
▶
I ♡ baseball
(21)
▶
이곳저곳
(32)
▶
일상...
(153)
▶
쏘둥이&쏘숭이&포숭이
(74)
▶
I ♡ soccer
(79)
▶
모바일 정보
(16)
▶
사진첩
(16)
▶
I ♡ movie
(65)
▶
당구장~
(24)
▶
사.팸~☆
(66)
▶
영진이의 헬스교실!
(19)
▶
I ♡ JORDAN
(0)
▶
스터디
(5)
▶
태석이의 유럽 탐방~
(43)
▶
♡
(1)
▶
Q&A / 오류
(55)
▶
테스트
(49)
▶
주간랭킹
(208)
▶
temp
(0)
현재 접속자 현황
로그인을 하시면 볼수 있습니다.
광고
다녀간 사람들
X
[HTML] .slideDown()
|
Web-Programing
김경훈 (admin)
| Editor | 2013/04/04 10:57:58 | 조회:4531
http://www.whitesal.com/article/article_view.php?mode=3&no=1870
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>Untitled Document</title>
<style>
.border1 {background:#F00}
</style>
<script src="http://code.jquery.com/jquery-latest.js" ></script>
<script type="text/javascript">
$(document).ready(function()
{
$("#picture").hide().next().hide();
$("#showPicture").click(function(){$("#picture").slideDown("slow", function(){$("#picture").next().show().stop();});});
$("#hiddenPicture").click(function(){$("#picture").slideUp("slow", function(){$("#picture").next().hide();});});
});
</script>
</head>
<body>
<input type="button" id="showPicture">
<input type="button" id="hiddenPicture">
<img src="http://club.daoki.com/playground/data/__124028912028410.jpg" id="picture"><span>This is the picture's caption</span>
</body>
</html>
공유하기
공유하기
0
0
0
댓글을 불러오는 중입니다.
▲ 이전글
[jquery] 이미지 , 동영상 자동 리사이징!
김경훈 (admin)
2013-04-17 16:08:33
▼ 다음글
[MSSQL] 당월 첫째 날짜와 마지막 날짜 구하기.
김경훈 (admin)
2013-04-03 13:32:42
페이지 로딩이 끝나면 해당 댓글로 이동 합니다.