/ Published in: JavaScript
Expand |
Embed | Plain Text
function jumpToAnchor() { window.location = String(window.location).replace(/\#.*$/, "") + "#blah"; }
You need to login to post a comment.
function jumpToAnchor() { window.location = String(window.location).replace(/\#.*$/, "") + "#blah"; }
You need to login to post a comment.