Home >Web Front-end >JS Tutorial >Solutions to the impact of Ajax caching in Jquery_jquery
There will be a cache problem when using the load method in jquery or ajax to call the page. How to clear the cache:
Call the $.ajaxSetup ({cache:false}) method.