jquery 清空 iframe 的内容,,iframe自适应高度

$(iframe).contents().find("body").html("");

iframe自适应高度

$("#AllDescription").load(function(){
                var mainheight = $(this).contents().find("body").height()+30;
                $(this).height(mainheight);
                });

上一篇:RedLock.Net - 基于Redis分布式锁的开源实现


下一篇:opencv 常用头文件介绍