html
<div class="select">
<a href="#">Select 1</a>
<ul>
<li>Select 1</li>
<li>Select 2</li>
<li>Select 3</li>
</ul>
</div>
css
.select {position:relative; line-height:35px;}
.select > a {display:block; border:1px solid #ccc; padding:0 8px; overflow:hidden;}
.select > a:after,
.select > ul > li:first-child:after {display:block; float:right;}
.select > a:after {content:'▼';}
.select > ul {position:absolute; width:100%; top:1px; background:#fff; display:none;}
.select > ul > li {cursor:pointer; padding:0 8px; border:1px solid #ccc; border-top:0;}
.select > ul > li:first-child:after {content:'▲';}
Jquery
$("div.select > a").click(function() {
$(this).next("ul").toggle();
return false;
});
$("div.select > ul > li").click(function() {
$(this).parent().hide().parent("div.select").children("a").text($(this).text());
$(this).prependTo($(this).parent());
});
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5727 |
잘살아보자
|
10년 전 | 479 | |
| 5726 | 10년 전 | 1053 | ||
| 5725 | 10년 전 | 1230 | ||
| 5724 | 10년 전 | 957 | ||
| 5723 |
잘살아보자
|
10년 전 | 438 | |
| 5722 |
잘살아보자
|
10년 전 | 412 | |
| 5721 |
잘살아보자
|
10년 전 | 390 | |
| 5720 |
잘살아보자
|
10년 전 | 383 | |
| 5719 |
잘살아보자
|
10년 전 | 458 | |
| 5718 |
잘살아보자
|
10년 전 | 578 | |
| 5717 |
잘살아보자
|
10년 전 | 832 | |
| 5716 |
잘살아보자
|
10년 전 | 363 | |
| 5715 |
starbros
|
10년 전 | 761 | |
| 5714 |
잘살아보자
|
10년 전 | 563 | |
| 5713 |
잘살아보자
|
10년 전 | 441 | |
| 5712 |
잘살아보자
|
10년 전 | 419 | |
| 5711 |
잘살아보자
|
10년 전 | 468 | |
| 5710 |
잘살아보자
|
10년 전 | 422 | |
| 5709 |
잘살아보자
|
10년 전 | 435 | |
| 5708 |
잘살아보자
|
10년 전 | 775 | |
| 5707 |
잘살아보자
|
10년 전 | 362 | |
| 5706 |
잘살아보자
|
10년 전 | 457 | |
| 5705 |
잘살아보자
|
10년 전 | 614 | |
| 5704 |
잘살아보자
|
10년 전 | 528 | |
| 5703 |
잘살아보자
|
10년 전 | 514 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기