<p class="star_rating">
<a href="#" class="on">★</a>
<a href="#" class="on">★</a>
<a href="#" class="on">★</a>
<a href="#">★</a>
<a href="#">★</a>
</p>
css
.star_rating {font-size:0; letter-spacing:-4px;}
.star_rating a {
font-size:22px;
letter-spacing:0;
display:inline-block;
margin-left:5px;
color:#ccc;
text-decoration:none;
}
.star_rating a:first-child {margin-left:0;}
.star_rating a.on {color:#777;}
Jquery
$( ".star_rating a" ).click(function() {
$(this).parent().children("a").removeClass("on");
$(this).addClass("on").prevAll("a").addClass("on");
return false;
});
★ ★ ★ ★ ★
게시글 목록
| 번호 | 제목 |
|---|---|
| 12211 | |
| 12210 | |
| 12208 | |
| 12207 | |
| 12206 | |
| 12205 | |
| 20383 | |
| 12204 |
JavaScript
Fiddler - 데이타 송수신 상태 체크 프로그램
|
| 12203 | |
| 12202 |
PHP
php로 엑셀 만들기 입니다.
|
| 12201 | |
| 12199 | |
| 350 | |
| 12197 | |
| 12196 | |
| 12195 | |
| 12193 | |
| 12190 | |
| 12189 | |
| 12188 | |
| 12187 | |
| 12186 | |
| 12185 | |
| 12183 | |
| 12182 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기