Skip to content

Instantly share code, notes, and snippets.

@bcamarneiro
Created March 13, 2014 15:12
Show Gist options
  • Save bcamarneiro/9530305 to your computer and use it in GitHub Desktop.
Save bcamarneiro/9530305 to your computer and use it in GitHub Desktop.
jQuery AJAX call
$.ajax( {
type:'Get',
url:'http://192.168.2.156:8080/bestblue/LocationService',
success:function(data) {
$('#base').html(data);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment