Alıntı
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js">
$(document).ready(function(){ $('#div_yenilenecek').load('içerik.php').fadeIn('s low'); });
var refreshId = setInterval( function() { $('#div_yenilenecek').fadeOut('slow').load('içerik .php').fadeIn('slow');} , 15000);
</script>
Şöyle bir şey işini görür mü?