I have a form similar to the following:
try this..
OR
add
e.preventDefault(); in your click function
e.preventDefault();
click
$(#yourselector).click(function(e){ $.post('mail.php', $(this).serialize()); e.preventDefault(); })