摘要:
$(':checkbox[class=topcheckbox]').each(function () { $(this).click(function () { if ($(this).attr('checked')) { $(':checkbox[class=topcheckbox]').removeAttr('checked'); $(this).attr('checked', 'checked'); } });... 阅读全文
posted @ 2012-10-29 10:04
WEBBER
阅读(480)
评论(0)
推荐(0)
浙公网安备 33010602011771号