set iframe content and size
$("#framePreview").contents().find('html').empty();
$("#framePreview").contents().find('html').html("your html text");
var contentHeight = $("#framePreview").contents().find('html').height();
$("#f
原创
2013-08-13 22:18:57 ·
863 阅读 ·
0 评论