标签: javascript jquery
我需要Javascript根据浏览器中的可用高度动态修复iframe高度吗?
答案 0 :(得分:0)
这是你在找什么?
$(function(){ //sets the height of the iframe to the height of the browser viewport $("#idOfIframe").height($(window).height()); }