Is it possible reload a page without refresh (silently) ? Here is an example where page reload automatically. But you can easily see that the page is refreshing after certain time interval. I don't like this where end user is getting such experience. I want that the page reload but without refreshing. End user should not feel that page is refreshing. Is it possible using simple html? or jquery?
I don't want <META HTTP-EQUIV="refresh" CONTENT="5">
or setTimeout
of jquery because it refreshes the page while reloading?