{"id":770,"date":"2020-07-16T10:25:00","date_gmt":"2020-07-16T01:25:00","guid":{"rendered":"http:\/\/yuzum.com\/blog\/?p=770"},"modified":"2020-07-16T10:25:35","modified_gmt":"2020-07-16T01:25:35","slug":"20200716","status":"publish","type":"post","link":"https:\/\/yuzum.com\/blog\/20200716_20200716","title":{"rendered":"\u30af\u30ea\u30c3\u30af\u958b\u9589\u306e\u30bf\u30b0[jQuery+css\u4f7f\u7528]"},"content":{"rendered":"jQuery+css\u3092\u4f7f\u7528\u3057\u305f\u30af\u30ea\u30c3\u30af\u958b\u9589\u306e\u30bf\u30b0\u3002<br>\r\n\u7c21\u5358\u306b\u8a2d\u7f6e\u3067\u304d\u308b\u306e\u3067\u304a\u4e16\u8a71\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\r\n\r\n\r\n<h2>jQuery\u306e\u30bf\u30b0<\/h2>\r\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;script&gt;\r\njQuery(function($){\r\n  $('.box').hide();\r\n  $('.title').click(function () {\r\n    $(this).next('.box').slideToggle();\r\n    $(this).toggleClass('open');\r\n  });\r\n});\r\n&lt;\/script&gt;\r\n<\/pre>\r\n\r\n<h2>css\u306e\u30bf\u30b0<\/h2>\r\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n&lt;style&gt;\r\n.title:hover{\r\n  color: #999;\r\n}\r\n.title:after{\r\n  content: &quot;\u2193&quot;;\r\n}\r\n.title.open:after{\r\n  content: &quot;\u2191&quot;;\r\n}\r\n.box{\r\n  background: #eee;\r\n  padding: 10px;\r\n}\r\n&lt;\/style&gt;\r\n<\/pre>\r\n\r\n\u53c2\u8003\u30b5\u30a4\u30c8<a href=\"https:\/\/blog.25egg.com\/?p=246\" target=\"_blank\" rel=\"noopener noreferrer\">\u30af\u30ea\u30c3\u30af\u3067\u958b\u9589\u3059\u308b\u30b7\u30f3\u30d7\u30eb\u306a\u30a2\u30b3\u30fc\u30c7\u30a3\u30aa\u30f3\u30e1\u30cb\u30e5\u30fc<\/a>\r\n","protected":false},"excerpt":{"rendered":"jQuery+css\u3092\u4f7f\u7528\u3057\u305f\u30af\u30ea\u30c3\u30af\u958b\u9589\u306e\u30bf\u30b0\u3002 \u7c21\u5358\u306b\u8a2d\u7f6e\u3067\u304d\u308b\u306e\u3067\u304a\u4e16\u8a71\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002 jQuery\u306e\u30bf\u30b0 &lt;script&gt; jQuery(function($){ $('.box ... ","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[25],"class_list":["post-770","post","type-post","status-publish","format-standard","hentry","category-creative","tag-jquery"],"_links":{"self":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/770","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/comments?post=770"}],"version-history":[{"count":2,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/770\/revisions"}],"predecessor-version":[{"id":772,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/770\/revisions\/772"}],"wp:attachment":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/media?parent=770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/categories?post=770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/tags?post=770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}