在发送提交表单之前,我需要查看一条简单的确认消息。
我有一个包含要在弹出窗口中打印的值的变量。
如何在窗口中插入回音 确认() 是吗?
$('#mess').submit(function() { var conf = confirm("you are sent the message to<?php echo $count; ?>customer, Do you want to send?"); return conf; });