Open challet opened 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 ?
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))
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 ?