function getValue(){ $.ajax({ url: 'http://www.url.com/vars.js', dataType: 'script', timeout: '5000', }).done(function(data){alert(data)}); }