I want to ask you the concept of facebook auto refresh.
Last time I using jquery and some js function in my page to get auto update.
This work smoothly, if data receive it will automatically update the page and the data will show.
But now I have a trouble when I want to block text the content of auto update. Trouble is when want to block text and copy the content, we must quickly block it. If not, it will refresh again and reset your block text.
I just imagine is it possible if I want to make auto refresh like facebook concept.
In facebook, I see it smoothly.
In facebook concept, I block text of content, if auto refresh, It keep the block of text.
So how can I do that concept in my page ? Thank you.
.prepend()method when adding the new content into your block. It will place it on top, and will not replace any existing content. – Ohgodwhy Aug 15 '12 at 3:05