如何使用jQuery ajax post传递多个复选框的值
以下是ajax函数
function submit_form(){ $.post("ajax.php", { selectedcheckboxes:user_ids, confirm:"true" }, function(data){ $("#lightbox").html(data); }); }
这是我的表单
用户名或邮箱地址
密码