| FAQ |
| Kalender |
|
|
#3 | ||
|
|||
|
Nykomling
|
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);
|
||
|
|
Svara med citat
|
|
|