js-hash icon indicating copy to clipboard operation
js-hash copied to clipboard

A JavaScript library that keeps track of the history of changes to the hash part in the address bar.

Results 2 js-hash issues
Sort by recently updated
recently updated
newest added

I get this error while including the jQuery version. Could it have something to do with variables conflict? ReferenceError: Hash is not defined })(jQuery, Hash); line 82

prototype.js line 1214: `function $H(object) { return new Hash(object); };` If I include prototype and js-hash to my page, Chrome console prints: prototype.js:1216 Uncaught TypeError: object is not a function