How to remove browser cache on js?
-
Looked at the forums there I found several scripts did not help, the css file does not change until the cache is deletedJavaScript Anonymous, Nov 7, 2019
-
<link rel="stylesheet" href="css/style.css?v=<время последнего изменения файла>" >
Caleb Bradshaw -
If you need to apply changes in styles, then just add random GET parameters when connecting styles.Reese Hays
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!