Lines Matching defs:hash
95 if (document.location.hash)
98 var hash = decodeURI(document.location.hash);
99 var elem = document.querySelector(hash);
107 this._jumpToAnchor(hash);
111 var sidebarItem = document.querySelector("#sidebar #dw__toc a[href='" + hash + "']");
504 var hash;
510 hash = href.substring(index);
511 this._jumpToAnchor(hash);
528 ReadtheDokus.prototype._jumpToAnchor = function(hash)
531 var target = document.querySelector(hash);
535 location.href = hash;
601 // Get current page (remove hash)