Hi, i use jquery and this function:
var news = setInterval(function()
{
$('#news).load(news2.php?id='+ Math.random());
}, 5000);

But this function re-enter div.
I want to add a div, that old data remains.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.