Шаблон:Баннеры главная
<script> $(function() {
$('.frame').load(function(){
var target = this; var content = $(target).contents().find('body'); $(target).height($(content).outerHeight(true));
$(content).on("DOMSubtreeModified click", function (event){ setTimeout(function(){ $(target).stop().animate({height: $(content).outerHeight(true)}, 1000); }, 700); }); }); }); </script>