<asp:CheckBoxList ID=\"DDLGroups\" runat=\"server\" RepeatLayout=\"Table\" RepeatColumns=\"2\" RepeatDirection=\"Horizontal\" style=\"border-collapse:collapse; line-height:18px;margin-left:2px;\">
</asp:CheckBoxList>
<style type=\"text/css\">
#DDLGroups{border-collapse:collapse; line-height:18px}
#DDLGroups td{width:300px; border:1px solid #F0F8FF;padding-left:5px}
</style>
获取所选值:
//获取联系人组
$(\"#DDLGroups tbody tr td input:checkbox:checked\").each(function () {
alert($(this).parent().find(\"label\").html())
});
本文地址:https://www.stayed.cn/item/14001
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我