【发布时间】:2011-09-12 15:58:30
【问题描述】:
$('<img />')
.attr('src', val)
.attr('width', "400")
.load(function(){
$('.showdata').append( $(this) );
}
);
这对图像非常有效,如何将 1:1 转换为 iframe? 这里快速jsfiddle: http://jsfiddle.net/ET8Gw/
【问题讨论】:
-
您能更清楚地了解您想要实现的目标吗?你有什么问题?
标签: javascript jquery iframe preloading