When jQuery sees a tag in the HTML, it uses $.getScript() internally to load the script. By default, this sends a cachebuster, but you can override the default AJAX options by calling $.ajaxSetup().
$(document).ready(function () {
$.ajaxSetup({
cache: true
});
var x = '