Visa ett inlägg
Oläst 2010-02-05, 18:04 #3
wdb wdb är inte uppkopplad
Nykomling
 
Reg.datum: Feb 2010
Inlägg: 28
wdb wdb är inte uppkopplad
Nykomling
 
Reg.datum: Feb 2010
Inlägg: 28
Kod:
setInterval(function () {
        var hash = document.location.hash.substr(1);
        if (hash != window.last_hash) {
            window.last_hash = hash;
            /* gör något med hash */
        }
    }, 200);
200 millisekunder funkar fint för mig, det märks ingen delay alls och körs långt ifrån för ofta.
wdb är inte uppkopplad   Svara med citatSvara med citat