Obtenir la valeur de hachage qui était avant hashchange

Suppose que mon html est

<a href="#one">One</a>
<a href="#two">Two</a>

et Js est

$(window).on("hashchange"){
alert(document.location.hash);
}

Je veux obtenir la valeur de hachage qui était avant le changement de hachage .Est-il Possible?Si oui ,Comment?

InformationsquelleAutor | 2012-07-09