Сообщение от рони
|
Saratov64,
var timer = setInterval(allstation, timeInterval);
clearInterval(timer);
|
сделал тестовый файл
time.php
чтобы отследить изменения
<?php echo date("H:i:s"); ?>
<script type="text/javascript">
function allstation() {
$.ajax({
url: 'allstation.php',
success: function(data) {
$('#display').html(data);
}
});
}
var timer = setInterval(allstation, timeInterval);
clearInterval(timer);
</script>
молчит (((((