|
|
@ -7,15 +7,6 @@ function show() |
|
|
|
$('#title').html(html); |
|
|
|
$('#title').html(html); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){ |
|
|
|
|
|
|
|
show(); |
|
|
|
|
|
|
|
setInterval('show()',5000); |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function show1() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
$.ajax({ |
|
|
|
$.ajax({ |
|
|
|
url: '../online.php', |
|
|
|
url: '../online.php', |
|
|
|
cache: false, |
|
|
|
cache: false, |
|
|
@ -25,7 +16,9 @@ function show1() |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){ |
|
|
|
$(document).ready( |
|
|
|
show1(); |
|
|
|
() => { |
|
|
|
setInterval('show1()',5000); |
|
|
|
show(); |
|
|
|
}); |
|
|
|
setInterval(show, 5000); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
); |
|
|
|