blixt / js-hash

A JavaScript library that keeps track of the history of changes to the hash part in the address bar.
http://blixt.org/js
70 stars 14 forks source link

Removed need for iframe argument #2

Closed scq closed 13 years ago

scq commented 13 years ago

Removed the need for the iframe argument on Hash.init and blank.html file by generating the iframe automatically. Tested and working in IE6.

I also added sniffing for the hashchange event. Tested and working in IE8, Chrome, and Firefox.

blixt commented 13 years ago

Thanks! I'll just try it out a bit, then merge it. :)

scq commented 13 years ago

No problem :)