{"id":117,"date":"2021-11-15T11:36:03","date_gmt":"2021-11-15T02:36:03","guid":{"rendered":"http:\/\/gaku-on.com\/?p=117"},"modified":"2021-11-16T14:24:39","modified_gmt":"2021-11-16T05:24:39","slug":"%e3%80%90js%e3%80%91%e5%9b%ba%e5%ae%9aheader%e3%82%92%e4%b8%80%e5%ae%9a%e9%96%93%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%97%e3%81%9f%e3%82%89%e8%83%8c%e6%99%af%e8%89%b2%e3%82%92%e5%a4%89","status":"publish","type":"post","link":"http:\/\/gaku-on.com\/?p=117","title":{"rendered":"\u3010JS\u3011\u56fa\u5b9aheader\u3092\u4e00\u5b9a\u9593\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u305f\u3089\u80cc\u666f\u8272\u3092\u5909\u3048\u308b\u65b9\u6cd5"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><\/p><cite>https:\/\/yujiromx.com\/change-color-header\/<\/cite><\/blockquote>\n\n\n\n<p>\u3084\u3063\u305f\u4e8b\u307e\u3068\u3081<br><br>\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092body\u306e\u9589\u3058\u30bf\u30b0\u76f4\u524d\u306b\u30b3\u30d4\u30da\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u8a02\u6b63\u2192worpress\u306e\u5834\u5408\u306fhead\u5185\u306b\u3044\u308c\u305f\u65b9\u304c\u826f\u3044\uff01\uff01<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js\"&gt;&lt;\/script&gt;<\/code><\/pre>\n\n\n\n<p>\u3069\u3053\u307e\u3067\u3044\u3063\u305f\u3089\u8272\u3092\u5909\u3048\u308b\u304b\u3000\u4eca\u56defirst-v\u3000\u307e\u3067\u3044\u3063\u305f\u3089\u8272\u3092\u5909\u3048\u308b\u3000body\u306b\u5165\u308c\u3066\u304a\u304f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"first-v\"&gt;\n    &lt;p&gt;\u30d5\u30a1\u30fc\u30b9\u30c8\u30d3\u30e5\u30fc&lt;\/p&gt;\n&lt;\/div&gt;<\/code><\/pre>\n\n\n\n<p>\u30d8\u30c3\u30c0\u30fc\u306e\u8272\u3092\u3069\u3046\u5909\u3048\u308b\u304b\u3000 .change-color \u304c\u4ed8\u4e0e\u3055\u308c\u308b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u3069\u308c\u304f\u3089\u3044\u306e\u6642\u9593\u3067\u5909\u5316\u3055\u305b\u308b\u304b\u3092\u6307\u5b9a\n.header {\n    padding: 20px 0;\n    position: absolute;\n    position: fixed;\n    max-width: 100%;\n    width: 100%;\n    z-index: 10;\n    box-sizing: border-box;\n    transition: background-color .5s, color .5s;\n}<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>\/* header\u306e\u8272\u3092\u5909\u3048\u308b *\/\n.header.change-color {\n    background-color: red;\n}<\/code><\/pre>\n\n\n\n<p>\u809d\u5fc3\u306eJS\u3000first-v\u3000\u307e\u3067\u30b9\u30eb\u30ed\u30fc\u30eb\u3059\u308b\u3068\u3000.header\u3000\u306b\u3000.change\uff0dcolor\u304c\u4ed8\u4e0e\u3055\u308c\u308b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n\n\/\/ header\u3092\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u3068\u3001\u8272\u304c\u5909\u308f\u308b\njQuery(window).on('scroll', function () {\n    if (jQuery('.first-v').height() &lt; jQuery(this).scrollTop()) {\n        jQuery('.header').addClass('change-color');\n    } else {\n        jQuery('.header').removeClass('change-color');\n    }\n});\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/yujiromx.com\/chan&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-117","post","type-post","status-publish","format-standard","hentry","category-jquery-js"],"_links":{"self":[{"href":"http:\/\/gaku-on.com\/index.php?rest_route=\/wp\/v2\/posts\/117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/gaku-on.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/gaku-on.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/gaku-on.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/gaku-on.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=117"}],"version-history":[{"count":2,"href":"http:\/\/gaku-on.com\/index.php?rest_route=\/wp\/v2\/posts\/117\/revisions"}],"predecessor-version":[{"id":119,"href":"http:\/\/gaku-on.com\/index.php?rest_route=\/wp\/v2\/posts\/117\/revisions\/119"}],"wp:attachment":[{"href":"http:\/\/gaku-on.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/gaku-on.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=117"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/gaku-on.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}