Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 264 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 264 Bytes

TITLE

jQuery Plugin: xHashchange - version 0.2

DESCRIPTION

Add hashchange event to any browser.

Usage

$(window).hashchange(function () {
  alert(location.hash);
});

LICENSE

MIT: http://hail2u.mit-license.org/2009