jQuery(function($){$("iframe").each(function(){$(this).on("load",function(){$(this).css('background','none');});});});