Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created May 23, 2021 19:27
Show Gist options
  • Select an option

  • Save frankyonnetti/e55391d14a7404cc23cd7a417137fc0b to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/e55391d14a7404cc23cd7a417137fc0b to your computer and use it in GitHub Desktop.
Script tag with date #javascript #html #cache
<script>
document.write("<script type='text/javascript' src='/js/script.js?v=" + Date.now() + "'><\/script>");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment