大家好
如题
想问一下
部份CODE:
<?php
for($i=0;$i<10;$i++){
echo "<input type=\"radio\" name=[q$i] value=\"1\"><label for=q[$i]>1."111 "</label>";
echo "<input type=\"radio\" name=[q$i] value=\"1\"><label for=q[$i]>1."222 "</lable>";
....
}
?>
要怎么让 javascript去改变111 跟222的颜色呢??
想写一个判断有没有答错的程式 若答错会改变颜色
感谢大大解救