我已創建20單選按鈕動態jquery的動態無線電按鈕驗證
<script>
$(function() {
$("#sortable1, #sortable2").sortable({
connectWith: ".connectedSortable"
}).disableSelection();
$("#sortable2").sortable({
remove: function(event, ui) {
t = ui.item[0].attributes['id'].nodeValue;
k = $("input[name='"+t+"' ]");
k.remove();
},
receive: function(event, ui) {
//itemid = ui.item[0].attributes['id'];
t = ui.item[0].attributes['id'].nodeValue;
$("#element").append("<br/>" +ui.item[0].innerHTML.trim());
for(i=1; i<=20; i++)
{
j=$("#over" + i).append("<br/> <td><input type=radio name='"+ui.item[0].innerHTML.trim()+"' value='"+i+"'></td> <br/>");
var radVal=$("#over" + i+":checked").val();
alert(radVal);
}
}
});
});
` '播放';
爲($ J = 1; $Ĵ< = 20; $ J ++)
{
echo '<th align="center">'.$j.'</th>';
}
回波 '';
echo「」; { echo「」; echo「」; echo「」;
for($ i = 1; $ i < = 20; $ i ++) { echo「」;
echo「」;
echo「」; }
} echo「」;
>`
我的問題是,如何檢查確認值,
取決於你如何驗證它。 – 2011-04-06 05:52:24
還取決於(你)驗證。您是否驗證其他字段取決於所選的單選按鈕? – griegs 2011-04-06 05:53:58
你可以發佈你的代碼生成的形式? – 2011-04-06 06:06:03