Skip to content

Instantly share code, notes, and snippets.

@thePunderWoman
Created January 28, 2013 19:09
Show Gist options
  • Save thePunderWoman/4658144 to your computer and use it in GitHub Desktop.
Save thePunderWoman/4658144 to your computer and use it in GitHub Desktop.
var url = APIUrl + '/vehicle/' + year + '?key=' + APIKey + '&callback=loadMake';
$.ajax(url, function (data) {
console.log(data);
}, 'jsonp')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment