www.un.org/spanish/ga/president 如果点击<><<>t>for,则该行的against
纽吨有备用颜色。 我试图用 j子做这件事,但却是 t。 如何确定这一点? http://jsfiddle.net/mdanz/9H9qE/1/“rel=“nofollow” http://jsfiddle.net/mdanz/9H9qE/1/。
<style type="text/css">
.rate3 {
padding:5px;
font-family:Arial;
color:#FFFFFF;
cursor:pointer;
background-color:red;
border:1px solid #000000;
}
.rate4 {
padding:5px;
font-family:Arial;
color:#FFFFFF;
cursor:pointer;
background-color:red;
border:1px solid #000000;
}
.vote {
height:30px;
width:auto;
margin-bottom:10px;
}
</style>
<script type="text/javascript">
$( .rate3 ).live( click ,function() {
$(this).css( background-color , #FFFFFF );
$(this).css( color , red );
$(this).parent( div ).next( .rate4 ).css( background-color , red );
$(this).parent( div ).next( .rate4 ).css( color , #FFFFFF );
}
$( .rate4 ).live( click ,function() {
$(this).css( background-color , #FFFFFF );
$(this).css( color , red );
$(this).parent( div ).next( .rate3 ).css( background-color , red );
$(this).parent( div ).next( .rate3 ).css( color , #FFFFFF );
}
</script>
<?php for($i=0;$i<11;$i++) { ?>
<div class="vote"><a class="rate3">For</a> <a class="rate4">Against</a></div>
<?php } ?>