{"id":1338,"date":"2025-03-06T16:43:34","date_gmt":"2025-03-06T07:43:34","guid":{"rendered":"https:\/\/takaya-com.jp\/archives\/?p=1338"},"modified":"2025-03-06T16:43:34","modified_gmt":"2025-03-06T07:43:34","slug":"contents_hyouzi","status":"publish","type":"post","link":"https:\/\/takaya-com.jp\/archives\/2025\/03\/contents_hyouzi\/","title":{"rendered":"jQuery\u3067\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u8a73\u7d30\u753b\u50cf\u3084\u6587\u7ae0\u3092\u8868\u793a\u3055\u305b\u3088\u3046"},"content":{"rendered":"<p>jQuery\u3092\u4f7f\u3063\u3066\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u8a73\u7d30\u753b\u50cf\u3084\u6587\u7ae0\u3092\u8868\u793a\u3055\u305b\u308b\u65b9\u6cd5\u3067\u3059\u3002<br \/>\n\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3053\u3068\u3067\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8868\u793a\u30fb\u975e\u8868\u793a\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<p>\u30c7\u30e2\u30da\u30fc\u30b8\u306e\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002<\/p>\n<p>\u25bcHTML<\/p>\n<pre class=\"lang:xhtml decode:true \" title=\"XHTML\">\r\n&lt;div class=&quot;box01&quot;&gt;\r\n  &lt;p class=&quot;box02&quot;&gt;\u300c\u753b\u50cf\u3092\u8868\u793a\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u4e0b\u306b\u753b\u50cf\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\r\n   &lt;span class=&quot;box03&quot;&gt;&lt;b&gt;\u8868\u793a&lt;\/b&gt;&lt;\/span&gt;\r\n  &lt;\/p&gt;\r\n  &lt;div class=&quot;box04&quot;&gt;\r\n   &lt;img src=&quot;\u753b\u50cf\u306e\u30bd\u30fc\u30b9&quot; alt=&quot;\u753b\u50cf\u306e\u8aac\u660e&quot;&gt;\r\n   &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=&quot;box01&quot;&gt;\r\n   &lt;p class=&quot;box02&quot;&gt;\u300c\u753b\u50cf\u3092\u8868\u793a\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u4e0b\u306b\u753b\u50cf\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\r\n   &lt;span class=&quot;box03&quot;&gt;&lt;b&gt;\u8868\u793a&lt;\/b&gt;&lt;\/span&gt;\r\n   &lt;\/p&gt;\r\n &lt;div class=&quot;box04&quot;&gt;\r\n   &lt;p class=&quot;box04_p&quot;&gt;\u6587\u7ae0\u3082\u633f\u5165\u3067\u304d\u307e\u3059\u3002&lt;\/p&gt;\r\n   &lt;img src=&quot;\u753b\u50cf\u306e\u30bd\u30fc\u30b9&quot; alt=&quot;\u753b\u50cf\u306e\u8aac\u660e&quot;&gt;\r\n &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n\r\n<\/pre>\n<p>\u25bcCSS<\/p>\n<pre class=\"lang:css decode:true \" title=\"CSS\">\r\n.box01 .box04 {\r\n\t\tdisplay: none;\r\n\t\t}\r\n\t\t\r\n.box01.open .box04 {\r\n\t\tdisplay: block;\r\n\t\t}\r\n<\/pre>\n<p>\u25bcJavaScript<\/p>\n<pre class=\"lang:js decode:true \" title=\"JavaScript\" >\r\njQuery(function ($) {\r\n\t\t\t$('.box01 .box02 .box03 b').text('\u8a73\u7d30\u3092\u8868\u793a');\r\n\t\t\t$('.box01').on('click',function(){\r\n\t\t\t\tif ( !$(this).hasClass('open') ) {\r\n\t\t\t\t\t$(this).find('.box03').find('b').text('\u9589\u3058\u308b');\r\n\t\t\t\t} else {\r\n\t\t\t\t\t$(this).find('.box03').find('b').text('\u753b\u50cf\u3092\u8868\u793a');\r\n\t\t\t\t}\r\n\t\t\t\t$(this).toggleClass('open');\r\n\t\t\t});\r\n\t\t\r\n\t\t});\r\n<\/pre>\n<p><a href=\"http:\/\/www.takaya-com.jp\/archives\/demo\/contents_hyouzi\/\" target=\"_blank\" rel=\"noopener\">\u30c7\u30e2\u30da\u30fc\u30b8\u306f\u3001\u3053\u3061\u3089<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>jQuery\u3092\u4f7f\u3063\u3066\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u8a73\u7d30\u753b\u50cf\u3084\u6587\u7ae0\u3092\u8868\u793a\u3055\u305b\u308b\u65b9\u6cd5\u3067\u3059\u3002 \u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3053\u3068\u3067\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8868\u793a\u30fb\u975e\u8868\u793a\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 \u30c7\u30e2\u30da\u30fc\u30b8\u306e\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002 \u25bcHTML &lt;div  [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/posts\/1338"}],"collection":[{"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/comments?post=1338"}],"version-history":[{"count":11,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/posts\/1338\/revisions"}],"predecessor-version":[{"id":1349,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/posts\/1338\/revisions\/1349"}],"wp:attachment":[{"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/media?parent=1338"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/categories?post=1338"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/tags?post=1338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}