My application uses ajax and refreshes some parts of a template. Now I need to make an URL hash containing some variables that will be used for refreshing a page after a page is loaded that contains a hash.
Now I need a javascript procedure for making a hash.
How to serialize variables?
How to encode that serialized string?
I'm using jquery, maybe there is a solution already?