Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここで問題が発生しました。ajax を使用してフォームを送信すると、正常に動作しますが、URL は次のようになりました。
これは、使用するときに本当に一般的ですか:
$j.post("sendMail.php", $j("#formMail").serialize());
URLにこれらの拡張子を含めずに、ページのURLをそのままにしたいからです。
$j("#formMail").on('submit', function(e) { e.preventDefault(); });