I got a problem here, when I used ajax to send a form it works fine but the URL became like this:

is this really common when using:
$j.post("sendMail.php", $j("#formMail").serialize());
because I want the page’s Url the same as it is without having those extensions in the URL.
1 Answer