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.
window.onhashchangeイベントが発生したときにトリガーされます。
window.onhashchange
onhashchange の前に変更するかどうかクライアントに尋ねることはできますか?
のようなものonbeforeunload。
onbeforeunload
前もって感謝します。
シミュレートできます。の現在の値をwindow.location.hash変数 H に保存します。ハンドラーでonhashchange必要なアラートをポップし、ユーザーの応答に応じて、新しい値を H に保存するか (ユーザーが確認した場合)、H から以前の値にリセットします (ユーザーがキャンセルします)。あなたはそのような行動を望んでいましたか?
window.location.hash
onhashchange