JSFiddle - React, Tailwind, and code Playground
by danbeam
HTML
<a href="http://images.apple.com/pr/pdf/fy11q3datasum.pdf">Apple's earnings report!</a>
JavaScript
$(function() {
$('a[href$=".pdf"]').each(function() {
$(this).attr('href', $(this).attr('href') + (+new Date));
});
});