如何動態修復Google趨勢圖的高度問題。 舉一個例子來看下面代碼的輸出。動態更改IFRAME高度
<iframe width="600" height="320" src="http://www.google.com/trends/fetchComponent?hl=en-US&q=css-showcase&content=1&cid=TIMESERIES_GRAPH_0&export=5&w=600&h=320" style="border: none;"></iframe>
<hr>
first contents
<hr>
<iframe width="600" height="320" src="http://www.google.com/trends/fetchComponent?hl=en-US&q=html5&content=1&cid=TIMESERIES_GRAPH_0&export=5&w=600&h=320" style="border: none;"></iframe>
<hr>
second contents
上的jsfiddle:iframe的
和jQuery的設置高度
$( '#idval')http://jsfiddle.net/yzw8Y/
*有關示例,請看下面代碼的輸出:*爲什麼不在jsFiddle上構建它,以便我們可以做到這一點? – George 2013-05-13 09:52:16
jsFiddle鏈接添加 – Prakash 2013-05-13 09:54:15
可能的重複[根據內容高度調整iframe高度](http://stackoverflow.com/questions/525992/resize-iframe-height-according-to-content-height-in-it) – 2013-05-13 10:11:02