UnderZ

Javascript Library.

Hash insertion

Inserts hash to the current URL.


Creating hash reference

_z.hash( name ) 

Returns: inserts hash into URL.


Examples:

var x = 2
var y = "hash" 

_z.hash(x); // 2
_z.hash(y); // hash