diff options
Diffstat (limited to 'files/ja/web/api/windoweventhandlers/onhashchange/index.html')
-rw-r--r-- | files/ja/web/api/windoweventhandlers/onhashchange/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/windoweventhandlers/onhashchange/index.html b/files/ja/web/api/windoweventhandlers/onhashchange/index.html index ad25ea1977..fe48070dc5 100644 --- a/files/ja/web/api/windoweventhandlers/onhashchange/index.html +++ b/files/ja/web/api/windoweventhandlers/onhashchange/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/WindowEventHandlers/onhashchange --- <div>{{APIRef("HTML DOM")}}</div> -<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onhashchange</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/hashchange_event">hashchange</a></code> イベントを処理するための {{domxref("EventHandler")}} です。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onhashchange</code></strong> プロパティは、<code><a href="/ja/docs/Web/API/Window/hashchange_event">hashchange</a></code> イベントを処理するための {{event("Event_handlers", "event handler")}} です。</span></p> <p><code>hashchange</code> イベントは、ウィンドウのハッシュが変更されると発生します({{domxref("Window.location")}} および {{domxref("HTMLHyperlinkElementUtils.hash")}} を参照)。</p> |