arieh / HistoryManager

a mootools history-manager / obeserver class
18 stars 4 forks source link

hashChanged to no hash #8

Open challet opened 13 years ago

challet commented 13 years ago

Hi Arieh,

This is a great plugin you published here. I'm using the HashListener part for some basic ajax loading and all works well except one little thing :

I wonder if it is browser limitation, or if there is a way to handle it ?

styks1987 commented 12 years ago

This will actually fire the "removed" event. In my case I can call the function below.

 this.HM.addEvent('page:removed', function (){
   this.HM.set('page', 'get_started');
 }.bind(this))