How to update website details and automatically refresh the client (without AJAX)_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:53:27
Original
1306 people have browsed it

For example, if I have changed a few words in the home page column, I hope that customers can see it the next time they open the home page, instead of opening a temporary file on the Internet that requires F5 to see it. Is there any simpler way besides AJAX?


Reply to the discussion (solution)

This is the application scenario of ajax. In fact, it is not complicated to obtain the following things with ajax, you can try it;

Write the words you want to change to the cookie. It may work if the user does not clear the browsing history or use the browser’s incognito mode

This is the application scenario of ajax , in fact, it is not complicated to obtain the following things through ajax, you can try it;


But I am not sure where I updated. Is this situation suitable for AJAX? Does it consume a lot of resources? Because the website has been newly launched with many detailed improvements, I hope users will see these improvements immediately when they come back

If this improvement is just to add a timestamp to the script style sheet

If This improvement is just to add a timestamp to the script style sheet


What about the js changes?

Just add a random number after the js link


This is the application scenario of ajax. In fact, it is not complicated for ajax to obtain the following things. You can try it


But I’m not sure where I updated it. Is this situation suitable for AJAX? Does it consume a lot of resources? Because the website has been newly launched with many detailed improvements, I hope users will see these improvements immediately when they come back
Ajax is asynchronous and will not consume a lot of resources. You can put all columns in one Ajax request and separate them with semicolons. , then use js to get the value through ajax, and then assign the value uniformly; although I think it makes no sense to change the column and get it instantly.

The possible modifications should be limited, otherwise automatic updates without refreshing the page will not be considered.

The possible modifications should be limited, otherwise automatic updates without refreshing the page will not be considered.


It seems a bit confusing, that is "otherwise consider refreshing the page to update automatically". How to refresh the page to update automatically?

Just add a random number after the js link


For example, if I load a JS on the homepage, and now the content of my JS has been modified, how do I add a random number?




Just add a random number after the js link That’s ok


For example, if I load a JS on my homepage, and now the content of my JS has been modified, how do I add random numbers?
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template