diff options
Diffstat (limited to 'files/zh-tw/web/api/window')
4 files changed, 8 insertions, 4 deletions
diff --git a/files/zh-tw/web/api/window/domcontentloaded_event/index.html b/files/zh-tw/web/api/window/domcontentloaded_event/index.html index 0ec78423ec..54d0497519 100644 --- a/files/zh-tw/web/api/window/domcontentloaded_event/index.html +++ b/files/zh-tw/web/api/window/domcontentloaded_event/index.html @@ -1,7 +1,8 @@ --- title: DOMContentLoaded -slug: Web/Events/DOMContentLoaded +slug: Web/API/Window/DOMContentLoaded_event translation_of: Web/API/Window/DOMContentLoaded_event +original_slug: Web/Events/DOMContentLoaded --- <p><code>DOMContentLoaded事件是當document被完整的讀取跟解析後就會被觸發</code>,不會等待 stylesheets, 圖片和subframes完成讀取 (<code><a href="/en-US/docs/Mozilla_event_reference/load">load</a>事件可以用來作為判斷頁面已經完整讀取的方法</code>).</p> diff --git a/files/zh-tw/web/api/window/history/index.html b/files/zh-tw/web/api/window/history/index.html index 67b79c5f82..9925aa1657 100644 --- a/files/zh-tw/web/api/window/history/index.html +++ b/files/zh-tw/web/api/window/history/index.html @@ -1,7 +1,8 @@ --- title: Window.history -slug: Web/API/Window.history +slug: Web/API/Window/history translation_of: Web/API/Window/history +original_slug: Web/API/Window.history --- <p>{{ APIRef }}</p> diff --git a/files/zh-tw/web/api/window/load_event/index.html b/files/zh-tw/web/api/window/load_event/index.html index 7c6d314925..23dbc5ba5f 100644 --- a/files/zh-tw/web/api/window/load_event/index.html +++ b/files/zh-tw/web/api/window/load_event/index.html @@ -1,7 +1,8 @@ --- title: load -slug: Web/Events/load +slug: Web/API/Window/load_event translation_of: Web/API/Window/load_event +original_slug: Web/Events/load --- <p><code>load</code> 事件發生在加載完目標資源、該資源依賴的其他資源時。</p> diff --git a/files/zh-tw/web/api/window/requestanimationframe/index.html b/files/zh-tw/web/api/window/requestanimationframe/index.html index 55aa85d292..9d854da936 100644 --- a/files/zh-tw/web/api/window/requestanimationframe/index.html +++ b/files/zh-tw/web/api/window/requestanimationframe/index.html @@ -1,7 +1,8 @@ --- title: Window.requestAnimationFrame() -slug: Web/API/Window.requestAnimationFrame +slug: Web/API/window/requestAnimationFrame translation_of: Web/API/window/requestAnimationFrame +original_slug: Web/API/Window.requestAnimationFrame --- <div>{{APIRef}}</div> |