Skip to content

Instantly share code, notes, and snippets.

Created November 30, 2016 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2fa008f138eb748ee75163b77dcd09a5 to your computer and use it in GitHub Desktop.
Save anonymous/2fa008f138eb748ee75163b77dcd09a5 to your computer and use it in GitHub Desktop.
function test() {
var my_hash_two = {lat:'41.5573129', long:'-82.6637969'};
$.ajax({
type: 'GET',
url: 'http://localhost:2345/',
data: my_hash_two,
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment