UNPKG

randy-js

Version:

A tool to avoid caches resource by browser

5 lines 149 B
$("a").each(function() { var link = $(this); var LinkHref = $(this).attr("href"); link.attr('href', LinkHref +'?v='+(new Date).getTime()); });