답변 1개
채택된 답변
+20 포인트
list.skin.php
Copy
<script>
$(function(){
$('.bo_tit a').each(function(i,e){
var randomColor = '#'+Math.round(Math.random()*0xffffff).toString(16);
$(e).css('color',randomColor);
})
})
</script>
답변을 작성하려면 로그인이 필요합니다.