// JavaScript // (function($) { $.cachedScript = function(url, options) { options = $.extend(options || {}, { dataType: "script", cache: false, url: url }); return $.ajax(options); }; /* Get core script */ $.cachedScript("https://core.brandco.com/placester/plymouth-themes/plymouth_v2_grey/scripts/scripts.min.js").done(function(script, textStatus) {}); })(jQuery);