$(window).on("load", function () {
// URLの取得
var url = location.href;
// パスの取得
var path = location.pathname;
if (path == "/hoge.html") {
//hogeページの時
}
if (path == "/foo/") {
}
if (path == "/foo/sample.html") {
}
console.log(url);
console.log(path);
});
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme