{"id":691,"date":"2017-03-27T18:35:45","date_gmt":"2017-03-27T09:35:45","guid":{"rendered":"http:\/\/4koma-web.com\/coding\/?p=691"},"modified":"2017-03-27T18:35:45","modified_gmt":"2017-03-27T09:35:45","slug":"%e3%80%90dom%e3%80%91jqurey%e3%81%a7%e3%83%aa%e3%82%b9%e3%83%88%e3%81%aa%e3%81%84%e3%81%ae%e6%94%b9%e8%a1%8c%e7%ae%87%e6%89%80%e3%81%ae%e3%81%bf%e8%a1%8c%e9%96%93%e3%82%92%e7%8b%ad%e3%81%8f%e3%81%99","status":"publish","type":"post","link":"https:\/\/4koma-web.com\/coding\/%e3%80%90dom%e3%80%91jqurey%e3%81%a7%e3%83%aa%e3%82%b9%e3%83%88%e3%81%aa%e3%81%84%e3%81%ae%e6%94%b9%e8%a1%8c%e7%ae%87%e6%89%80%e3%81%ae%e3%81%bf%e8%a1%8c%e9%96%93%e3%82%92%e7%8b%ad%e3%81%8f%e3%81%99\/","title":{"rendered":"\u3010DOM\u3011jQurey\u3067\u30ea\u30b9\u30c8\u306a\u3044\u306e\u6539\u884c\u7b87\u6240\u306e\u307f\u884c\u9593\u3092\u72ed\u304f\u3059\u308b"},"content":{"rendered":"<p>\u25a0\u76ee\u7684<br \/>\nli\u30bf\u30b0\u306b\u8a2d\u5b9a\u3057\u305fline-height\u304c\u6539\u884c\u3057\u305f\u969b\u306b\u3082\u9069\u7528\u3055\u308c\u30011\u3064\u306e\u9805\u76ee\u304c2\u3064\u5206\u306e\u9ad8\u3055\u306b\u306a\u308b\u306e\u3067\u3001\u884c\u9593\u3092\u72ed\u3081\uff11\u3064\u306e\u9805\u76ee\u3060\u3068\u308f\u304b\u308a\u3084\u3059\u304f\u3059\u308b\u3002<\/p>\n<p>\u25a0\u30dd\u30a4\u30f3\u30c8<br \/>\n\u30fb\u6539\u884c\u306b\u306a\u308b\u30c6\u30ad\u30b9\u30c8\u306e\u9577\u3055\u3092\u53d6\u5f97<br \/>\n\u30fb\u305d\u306e\u9577\u3055\u3092\u30d6\u30ec\u30a4\u30af\u30dd\u30a4\u30f3\u30c8\u306b\u6761\u4ef6\u5f0f\u3067css\u306e\u9069\u7528\u3092\u5909\u3048\u308b<\/p>\n<p>\u25a0jQurey<\/p>\n<pre class=\"lang:default decode:true \">&lt;script type=\"text\/javascript\" src=\"http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.7.1\/jquery.min.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;style&gt;\r\n$(function(){\r\n    var $setElm = $('#demo li a'); \/\/\u30ea\u30b9\u30c8\u5185\u306e\u6587\u5b57\u304c\u3042\u308b\u30bb\u30ec\u30af\u30bf\u3092\u6307\u5b9a\r\n    var changeLineheight = '10';   \/\/1\u884c\u306b\u5165\u308b\u6587\u5b57\u6570\u3092\u5165\u308c\u308b\r\n\r\n    $setElm.each(function(){\r\n       var textLength = $(this).text().length;\r\n       \r\n       if(changeLineheight &lt; textLength){\r\n       $(this).css('line-height','1.35');\u3000\/\/\u3000\u6539\u884c\u306a\u3057\uff08li\u30bf\u30b0\u5168\u4f53\uff09\u306e\u884c\u9593\u306e\u9ad8\u3055\r\n\r\n       }else if(changeLineheight &gt; textLength){\r\n          $(this).css('line-height','1.95');\u3000\/\/\u6539\u884c\u3059\u308b\u90e8\u5206\u306e\u884c\u9593\u306e\u9ad8\u3055\r\n\r\n        }\r\n    });\r\n});\r\n\r\n&lt;\/style&gt;<\/pre>\n<p>\u25a0HTML\uff06CSS<\/p>\n<pre class=\"lang:default decode:true\">&lt;ul id=\"demo\"&gt;\r\n  &lt;li&gt;&lt;a&gt;\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2&lt;\/a&gt;&lt;\/li&gt;\r\n  &lt;li&gt;&lt;a&gt;\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2&lt;\/a&gt;&lt;\/li&gt;\u3000&lt;!-- \u6539\u884c\u304c\u3042\u308b(10\u6587\u5b57\u4ee5\u4e0a)\u306e\u3067\u3053\u3053\u3060\u3051\u884c\u9593\u5909\u66f4\u3055\u308c\u308b\u3000--&gt;\r\n  &lt;li&gt;&lt;a&gt;\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2&lt;\/a&gt;&lt;\/li&gt;\r\n  &lt;li&gt;&lt;a&gt;\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2&lt;\/a&gt;&lt;\/li&gt;\r\n  &lt;li&gt;&lt;a&gt;\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2\u30c7\u30e2&lt;\/a&gt;&lt;\/li&gt;\r\n&lt;\/ul&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u25a0\u76ee\u7684 li\u30bf\u30b0\u306b\u8a2d\u5b9a\u3057\u305fline-height\u304c\u6539\u884c\u3057\u305f\u969b\u306b\u3082\u9069\u7528\u3055\u308c\u30011\u3064\u306e\u9805\u76ee\u304c2\u3064\u5206\u306e\u9ad8\u3055\u306b\u306a\u308b\u306e\u3067\u3001\u884c\u9593\u3092\u72ed\u3081\uff11\u3064\u306e\u9805\u76ee\u3060\u3068\u308f\u304b\u308a\u3084\u3059\u304f\u3059\u308b\u3002 \u25a0\u30dd\u30a4\u30f3\u30c8 \u30fb\u6539\u884c\u306b\u306a\u308b\u30c6\u30ad\u30b9\u30c8\u306e\u9577\u3055\u3092\u53d6\u5f97 \u30fb\u305d\u306e\u9577\u3055\u3092\u30d6\u30ec\u30a4\u30af [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"","_original_post":"","footnotes":""},"categories":[1],"tags":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-11 18:31:30","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category"},"_links":{"self":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/691"}],"collection":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/comments?post=691"}],"version-history":[{"count":0,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/691\/revisions"}],"wp:attachment":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media?parent=691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/categories?post=691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/tags?post=691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}