Several methods to clear JS Cache summarize _javascript Skills

Source: Internet
Author: User

There is an HTML file on the client that submits the input, and the problem is that each time the refresh is pressed, it is not the whole page being loaded again, as if it were in the cache.

How do you avoid this problem because the last value entered in the text box is not reloaded until you press RETURN to the entire page in the address bar?

1, add code to the head section in HTML:

<meta http-equiv= "Pragma" content= "No-cache"/> <meta http-equiv= "Content-type" content= "No-cache"
, Must-revalidate "/> <meta http-equiv=" Expires "content=" Wed
, num Feb 1997 08:21:57 GMT "/>

2, clear the temporary cache

<body onload= "Javascript:document.yourFormName.reset ()" >

3,jquery Ajax to clear browser caching two ways:

1, through the $.ajaxsetup set property Cache:false, so that Ajax does not invoke the browsing cache.

Jquery.ajaxsetup ({cache:false})

2, after the Ajax URL plus a random string to avoid browsing the cache, such as:$.ajax ({url: ' test.php? ') +parseint (Math.random () *100000)}) cache.

The above to clear the JS cache of a variety of methods to sum up is a small series to share all the content, hope to give you a reference, but also hope that we support the cloud-dwelling community.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.