﻿{"id":1554,"date":"2019-10-08T16:40:42","date_gmt":"2019-10-08T08:40:42","guid":{"rendered":"http:\/\/jilin.hydesign.tw\/?p=1554"},"modified":"2022-03-23T17:01:49","modified_gmt":"2022-03-23T09:01:49","slug":"jquery-setheight","status":"publish","type":"post","link":"http:\/\/jilin.hydesign.tw\/index.php\/2019\/10\/08\/jquery-setheight\/","title":{"rendered":"jQuery Set_Height"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">\u9ad8\u5ea6\u8a08\u7b97<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;script>\n     \/\/ JavaScript Document\n     jQuery(document).ready(function()\n     {\n          Set_Size();\n    });\n      \n     \/\/\u9ad8\u5ea6\u5c0d\u9f4a\n     function Set_Height()\n     {\n          \/\/alert($(window).height());\n          height = $(window).height();\n          $(\"#content\").height(height);\n          $(\"#aside\").height(height);\n     }\n \n     $(window).resize(function()\n     {\n          Set_Height();\n     });\n \n&lt;\/script><\/pre>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">\u5bec\u5ea6\u8a08\u7b97<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;script>\n     \/\/ JavaScript Document\n     jQuery(document).ready(function()\n     {\n          Set_Size();\n        });\n      \n     function Set_Size()\n     {\n          \/\/\u5167\u5bb9\u5bec\u5ea6 = \u8996\u7a97\u5bec\u5ea6 - \u4fa7\u908a\u5bec\u5ea6\n          width = $(window).width() - $('#aside').width();\n          height = $(window).height();\n          \/\/\u5167\u5bb9\u9ad8\u5ea6\n          $(\"#content\").width(width);\n          \/\/\u9ad8\u5ea6\n          $(\"#content\").height(height);\n          $(\"#aside\").height(height);\n     }\n \n     $(window).resize(function()\n     {\n          Set_Size();\n     });\n      \n&lt;\/script><\/pre>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u9ad8\u5ea6\u8a08\u7b97 \u5bec\u5ea6\u8a08\u7b97<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[54,14,12,4],"tags":[],"class_list":["post-1554","post","type-post","status-publish","format-standard","hentry","category-jquery","category-js","category-front-end","category-notes"],"_links":{"self":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/comments?post=1554"}],"version-history":[{"count":9,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1554\/revisions"}],"predecessor-version":[{"id":7185,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1554\/revisions\/7185"}],"wp:attachment":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/media?parent=1554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/categories?post=1554"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/tags?post=1554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}