jquery操作iframe

如有一个id为werther的iframe 可用如下代码:

$("#werther").contents().find("body").each(function(){
	$(this).css("background-color","#BADA55");
});


你可能感兴趣的:(jquery,function,iframe)