最新的Web開發教程
 

HTML onhashchange Attribute


定義和用法

onhashchange屬性火災時,出現了改變錨點部分(開始於一個'#'當前URL的符號)。

什麼樣的錨部分實際上是一個例子:假設當前的URL是
http://www.example.com/test.htm#part2 - The anchor part of this URL would be #part2 . http://www.example.com/test.htm#part2 - The anchor part of this URL would be #part2 .

要調用此事件中,您可以:

  • 通過設置改變錨點部分location.hashlocation.href property的的Location Object
  • 導航到當前頁面用不同的書籤(使用"back""forward"按鈕)
  • 點擊一個鏈接到一個書籤的錨

適用於

onhashchange屬性是一部分事件屬性 ,並且可以在下面的元件上使用:

分子 事件
<body> onhashchange

執行一個JavaScript當主播的一部分已被更改:

<body onhashchange="myFunction()">
試一試»

瀏覽器支持

在表中的數字指定完全支持所述第一瀏覽器版本event屬性。

事件屬性
onhashchange 5 8 3.6 5 10.6