Answers for "contains hash javascript"

0

Javascript check for hash in URL

if (location.href.indexOf("#") != -1) {
    //current url has a #hash in it
}
Posted by: Guest on July-26-2019
0

get hash js

location.hash
Posted by: Guest on July-01-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language