以下の様なURLに付与されたハッシュ(#hoge)を取得する
location.hash
if(location.hash=="#hoge"){
// #hogeの場合
alert(true)
} else {
// #hoge以外の場合
alert(false)
}
Go to list of users who liked
More than 5 years have passed since last update.
以下の様なURLに付与されたハッシュ(#hoge)を取得する
location.hash
if(location.hash=="#hoge"){
// #hogeの場合
alert(true)
} else {
// #hoge以外の場合
alert(false)
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked