Skip to content

Instantly share code, notes, and snippets.

@brunopulis
Created June 4, 2017 23:27
Show Gist options
  • Save brunopulis/00923f54b67f631e2c15a0fd283b36ac to your computer and use it in GitHub Desktop.
Save brunopulis/00923f54b67f631e2c15a0fd283b36ac to your computer and use it in GitHub Desktop.
var request = $.ajax({
url: "script.php",
method: "POST",
data: { id : menuId },
dataType: "json"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment