摘要:
$("input[type='checkbox'][name='resId']:checked").each(function(){ alert($(this).val()); });$("input[type='checkbox'][name='resId']:checked").each(function(){ resIds = resIds + $(this).val() + ","; });type 为checkbox name 为resId 状态为 选中的复选框 阅读全文
posted @ 2011-03-01 18:23
Horrison
阅读(155)
评论(0)
推荐(0)

浙公网安备 33010602011771号