Просмотр поста

.
selemet
Ego vir viden

-sanek-, не быдлокод ?

function show()
{


    $.ajax({
    url: "../new_ajax.php",
    cache: false,
    dataType: "html",
    success: function(html) {
       if(divContent !== html) {$("#sound")[0].play();
        divContent = html;
        $("#content").html(divContent );
            $(function mig(){
               var _i = false;
               setInterval (function mig(){
                  document.title = _i ? " <?php echo  ?>Новое оповещение" : "*******";
                 _i = !_i
               },700);
            });
        }
    }
    });

}

setInterval(function(){ show() },5000);

});