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년 전 | 487 | |
| 5726 | 10년 전 | 1070 | ||
| 5725 | 10년 전 | 1248 | ||
| 5724 | 10년 전 | 962 | ||
| 5723 |
잘살아보자
|
10년 전 | 455 | |
| 5722 |
잘살아보자
|
10년 전 | 428 | |
| 5721 |
잘살아보자
|
10년 전 | 410 | |
| 5720 |
잘살아보자
|
10년 전 | 406 | |
| 5719 |
잘살아보자
|
10년 전 | 483 | |
| 5718 |
잘살아보자
|
10년 전 | 599 | |
| 5717 |
잘살아보자
|
10년 전 | 854 | |
| 5716 |
잘살아보자
|
10년 전 | 386 | |
| 5715 |
starbros
|
10년 전 | 800 | |
| 5714 |
잘살아보자
|
10년 전 | 584 | |
| 5713 |
잘살아보자
|
10년 전 | 472 | |
| 5712 |
잘살아보자
|
10년 전 | 438 | |
| 5711 |
잘살아보자
|
10년 전 | 486 | |
| 5710 |
잘살아보자
|
10년 전 | 442 | |
| 5709 |
잘살아보자
|
10년 전 | 460 | |
| 5708 |
잘살아보자
|
10년 전 | 806 | |
| 5707 |
잘살아보자
|
10년 전 | 385 | |
| 5706 |
잘살아보자
|
10년 전 | 498 | |
| 5705 |
잘살아보자
|
10년 전 | 620 | |
| 5704 |
잘살아보자
|
10년 전 | 536 | |
| 5703 |
잘살아보자
|
10년 전 | 529 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기