{"id":667,"date":"2017-10-26T13:56:52","date_gmt":"2017-10-26T04:56:52","guid":{"rendered":"http:\/\/www.takaya-com.jp\/archives\/?p=667"},"modified":"2017-10-26T13:56:52","modified_gmt":"2017-10-26T04:56:52","slug":"%e9%96%a2%e9%80%a3%e3%81%97%e3%81%9f%e3%82%bb%e3%83%ab%e3%81%ab%e3%83%8f%e3%82%a4%e3%83%a9%e3%82%a4%e3%83%88%e3%82%92%e3%81%8b%e3%81%91%e3%81%a6%e3%81%bf%e3%82%88%e3%81%86%e3%80%82","status":"publish","type":"post","link":"https:\/\/takaya-com.jp\/archives\/2017\/10\/%e9%96%a2%e9%80%a3%e3%81%97%e3%81%9f%e3%82%bb%e3%83%ab%e3%81%ab%e3%83%8f%e3%82%a4%e3%83%a9%e3%82%a4%e3%83%88%e3%82%92%e3%81%8b%e3%81%91%e3%81%a6%e3%81%bf%e3%82%88%e3%81%86%e3%80%82\/","title":{"rendered":"\u95a2\u9023\u3057\u305f\u30bb\u30eb\u306b\u30cf\u30a4\u30e9\u30a4\u30c8\u3092\u304b\u3051\u3066\u307f\u3088\u3046\u3002"},"content":{"rendered":"<p>\u2193\u4ee5\u4e0b\u304c\u5b9f\u969b\u306e\u30bd\u30fc\u30b9\u30b5\u30f3\u30d7\u30eb\u3067\u3059\u3002<\/p>\n<p>\u25bcJavaScript<\/p>\n<pre class=\"lang:js decode:true \" title=\"JavaScript\" >\r\n$(function(){\r\n\t$(\"td\").hover(function(){\r\n\t\t\t$(this).parent().addClass(\"target\");\r\n\t\t\tvar myIndex = $(this).index();\r\n\tmyIndex ++;\r\n\t$(\"td:nth-child(\"+ myIndex +\")\").addClass(\"target\");\r\n\r\n\t}, function(){\r\n$(\".target\").removeClass(\"target\");\r\n\t});\r\n});\r\n\r\n<\/pre>\n<pre class=\"lang:css decode:true \" title=\"CSS\" >\r\n\u25bcCSS\r\n<style type=\"text\/css\">\r\nbody{\r\n\tfont-family:Arial, sans-serif;\r\n\t-webkit-font-smoothing:antialiased;\r\n\ttext-align:center;\r\n    background-color: #ccc;\r\n}\r\n\r\nh1{\r\n\tmargin:70px 0;\r\n\tcolor:#333;\r\n\tfont-size:1.5em;\r\n\tfont-weight:bold;\r\n}\r\n\r\ntable{\r\n\tmargin:0 auto;\r\n\tfont-size:1.1em;\r\n\tborder-collapse:separate;\r\n\tborder-spacing:1px;\r\n}\r\n\r\nth, td{\r\n\tpadding:5px 10px;\r\n}\r\n\r\nth{\r\n\tbackground:#993399;\r\n\tcolor:#FFF;\r\n}\r\n\r\ntd{\r\n\tbackground:#fff;\r\n\tcolor:#333;\r\n}\r\n\r\n.target td, td.target{\r\n\tbackground:#cccc99;\r\n}\r\n<\/pre>\n<pre class=\"lang:xhtml decode:true \" title=\"HTML\" >\r\n\u25bcHTML\r\n<body>\r\n    <h1>\u30ab\u30fc\u30bd\u30eb\u4e0a\u306e\u30bb\u30eb\u3068\u95a2\u9023\u3057\u305f\u30bb\u30eb\u306b\u30cf\u30a4\u30e9\u30a4\u30c8<\/h1>\r\n    <table>\r\n        <tr>\r\n            <th> <\/th>\r\n            <th>1<\/th>\r\n            <th>2<\/th>\r\n            <th>3<\/th>\r\n            <th>4<\/th>\r\n            <th>5<\/th>\r\n            <th>6<\/th>\r\n            <th>7<\/th>\r\n            <th>8<\/th>\r\n            <th>9<\/th>\r\n        <\/tr>\r\n        <tr>\r\n            <th>1<\/th>\r\n            <td>1<\/td>\r\n            <td>2<\/td>\r\n            <td>3<\/td>\r\n            <td>4<\/td>\r\n            <td>5<\/td>\r\n            <td>6<\/td>\r\n            <td>7<\/td>\r\n            <td>8<\/td>\r\n            <td>9<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>2<\/th>\r\n            <td>2<\/td>\r\n            <td>4<\/td>\r\n            <td>6<\/td>\r\n            <td>8<\/td>\r\n            <td>10<\/td>\r\n            <td>12<\/td>\r\n            <td>14<\/td>\r\n            <td>16<\/td>\r\n            <td>18<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>3<\/th>\r\n            <td>3<\/td>\r\n            <td>6<\/td>\r\n            <td>9<\/td>\r\n            <td>12<\/td>\r\n            <td>15<\/td>\r\n            <td>18<\/td>\r\n            <td>21<\/td>\r\n            <td>24<\/td>\r\n            <td>27<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>4<\/th>\r\n            <td>4<\/td>\r\n            <td>8<\/td>\r\n            <td>12<\/td>\r\n            <td>16<\/td>\r\n            <td>20<\/td>\r\n            <td>24<\/td>\r\n            <td>28<\/td>\r\n            <td>32<\/td>\r\n            <td>36<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>5<\/th>\r\n            <td>5<\/td>\r\n            <td>10<\/td>\r\n            <td>15<\/td>\r\n            <td>20<\/td>\r\n            <td>25<\/td>\r\n            <td>30<\/td>\r\n            <td>35<\/td>\r\n            <td>40<\/td>\r\n            <td>45<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>6<\/th>\r\n            <td>6<\/td>\r\n            <td>12<\/td>\r\n            <td>18<\/td>\r\n            <td>24<\/td>\r\n            <td>30<\/td>\r\n            <td>36<\/td>\r\n            <td>42<\/td>\r\n            <td>48<\/td>\r\n            <td>54<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>7<\/th>\r\n            <td>7<\/td>\r\n            <td>14<\/td>\r\n            <td>21<\/td>\r\n            <td>28<\/td>\r\n            <td>35<\/td>\r\n            <td>42<\/td>\r\n            <td>49<\/td>\r\n            <td>56<\/td>\r\n            <td>63<\/td>\r\n        <\/tr>\r\n        <tr>\r\n            <th>8<\/th>\r\n            <td>8<\/td>\r\n            <td>16<\/td>\r\n            <td>24<\/td>\r\n            <td>32<\/td>\r\n            <td>40<\/td>\r\n            <td>48<\/td>\r\n            <td>56<\/td>\r\n            <td>64<\/td>\r\n            <td>72<\/td>\r\n        <\/tr><tr>\r\n            <th>9<\/th>\r\n            <td>9<\/td>\r\n            <td>18<\/td>\r\n            <td>27<\/td>\r\n            <td>36<\/td>\r\n            <td>45<\/td>\r\n            <td>54<\/td>\r\n            <td>63<\/td>\r\n            <td>72<\/td>\r\n            <td>81<\/td>\r\n        <\/tr>\r\n        \r\n        \r\n    <\/table>\r\n<\/body>\r\n<\/pre>\n<p><a href=\"http:\/\/www.takaya-com.jp\/archives\/demo\/tablehighlight\" target=\"_blank\">\u30c7\u30e2\u30da\u30fc\u30b8\u306f\u3001\u3053\u3061\u3089<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2193\u4ee5\u4e0b\u304c\u5b9f\u969b\u306e\u30bd\u30fc\u30b9\u30b5\u30f3\u30d7\u30eb\u3067\u3059\u3002 \u25bcJavaScript $(function(){ $(&#8220;td&#8221;).hover(function(){ $(this).parent().addClass(&#8220;target&#8221;); var [&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\/667"}],"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=667"}],"version-history":[{"count":1,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/posts\/667\/revisions"}],"predecessor-version":[{"id":668,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/posts\/667\/revisions\/668"}],"wp:attachment":[{"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/media?parent=667"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/categories?post=667"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/takaya-com.jp\/archives\/wp-json\/wp\/v2\/tags?post=667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}