The problem that IE8 cannot be refreshed every time with Ajax access

Source: Internet
Author: User

Recently, I found that I used ajax to access the background and IE8 to access the background. For the first time, I can return a normal return value. I will not execute the background and will always return the first access result.

It's okay to use ie9, ie10, and other browsers.

After the test, it is found that IE8 caches the result obtained for the first time, so the second time is not submitted to the background.

Add a random number to the end of the Ajax request, so that each request is inconsistent, and IE will not get the result from the cache.

For example, add ".... & amp; random = "+ math. random (); so that each request is inconsistent, ie will not get the result from the cache.

Related Article

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.