the historymanager doesn´t work does anybody know why? i tried this but getting always an bug request from firebug in mootools(-1.2.x) core don´t know why i tried also with mootools-1.11. Getting bug 'c is undefined if i put the historymanager file into the header. Do anybody know something about this bug?
2010/2/10 Davor Ilic <[email protected]> > thanks!!! > thats nice > > > 2010/2/10 Ryan Florence <[email protected]> > > window.location.hash = 'whatever/you/want' >> >> As far as reading it, you'd need to implement a hash listener. >> >> Aaron Newton posted a custom event here to do just that a while ago >> (completely untested) >> >> http://gist.github.com/286636 >> >> There's a history manager on the forge to handle all of this type of stuff >> (http://mootools.net/forge/p/historymanager) that uses a lot of >> digitarald's history manager. >> >> I'm waiting for digitarald's updated version (which is coming some day.) >> >> >> On Feb 10, 2010, at 11:25 AM, Davor Ilic wrote: >> >> Does exist a function to modify the url like this with an '#' >> http://kronehit.at/#/content/display/key/gmoe >> and to read it with JSON? >> >> >> >> >
