when the user gets a new message the "History" div is resfresh, something like this:
if(newMsg == true)
{
$("#history").html(allMsgs);
}
But this method makes the History Div blinks whenever i get a new message because it clears all the content and then print it all again, how do i do to make it not clear the content but just ADD the new content(new message) to the older one?

New Topic/Question
Reply



MultiQuote






|