I need some advice on working with the hash, are there any good
plugins or alike that I could use? The bestw ould be something like
mysite.com#name=jonas&phone=12345

Then I'd do something like
var myHash = getHashObject();

the object would then be soemthing like
{
name: 'jonas',
phone: 12345
}

And something to write to the hash
var myNewHash = {
name: 'donald',
phone: 54321
}
writeHash(myNewHash);

I guess there isn't anything exactly like that but something similiar
would be nice if anyone know something.

Reply via email to