form.on('submit(register)', function(data){ $.post('后台地址',data.field,function(res){ //res就是返回的结果 }); return false; });