Skip to content

Instantly share code, notes, and snippets.

@Mezzle
Last active May 31, 2016 09:49
Show Gist options
  • Save Mezzle/3659e3e1620587a23b92 to your computer and use it in GitHub Desktop.
Save Mezzle/3659e3e1620587a23b92 to your computer and use it in GitHub Desktop.
$.get(
'/location/post-code-lookup'.
{'postcode': submittedPostcode},
function (data) {
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment