<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<a class="more" onclick="this.innerHTML=(this.nextSibling.style.display=='none')?'[닫기]': '[열기]';this.nextSibling.style.display=(this.nextSibling.style.display== 'none')?'block':'none';" href="javascript:void(0);" onfocus='blur()'>제목</a><div style="DISPLAY: none">내용</div>
</body>
</html>
'Javascript' 카테고리의 다른 글
input활성화시 박스칼라 바꾸기 (0) | 2017.02.01 |
---|---|
글자위에 마우스 오버시 툴팁 띠우기 (0) | 2017.02.01 |
오픈 창 닫기 (0) | 2017.02.01 |
이미지배열생성 및 링크걸기 (0) | 2017.02.01 |
팝업창에 필요부분만 뿌려주기 (0) | 2017.02.01 |