Skip to content

Instantly share code, notes, and snippets.

@YuriDan
Last active August 29, 2015 14:01
Show Gist options
  • Save YuriDan/20c9759656f21660767e to your computer and use it in GitHub Desktop.
Save YuriDan/20c9759656f21660767e to your computer and use it in GitHub Desktop.
Jquery ajax
$.ajax({
type: "POST",
url: "/include/php/select_city.php",
data: {'city': city},
success: function(data){
console.log(data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment