[ad_1]
$(document).ready(function(){
setInterval(function(){
$.post('test.php', { someParameter: 'someValue' }, function(data){
$('#my-container').html(data);
});
}, 30000);
});
[ad_2]
solved HTML: how refresh information in
[closed]