Lines Matching full:hash
15 return msie.getDoc().location.hash;
17 setHash: function(hash) {
21 d.location.hash = hash;
26 var hash = msie.iframe ? msie.getHash() : location.hash;
27 if (hash != currentHash) {
28 currentHash = hash;
30 location.hash = currentHash;
39 add: function(hash) {
40 hash = '#' + hash.replace(hashTrim, '');
41 if (currentHash != hash) {
43 location.hash = currentHash = hash;
71 currentHash = location.hash;