Skip to content

Instantly share code, notes, and snippets.

@umbrae
Created February 17, 2013 17:16
Show Gist options
  • Save umbrae/4972350 to your computer and use it in GitHub Desktop.
Save umbrae/4972350 to your computer and use it in GitHub Desktop.
$.ajax({
'url': 'https://mayors24.cityofboston.gov/open311/v2/requests.json',
'dataType' : 'jsonp',
'success' : function() { console.log('success') },
'error' : function() { console.log('error'); console.log(arguments) }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment