Created
June 4, 2017 23:27
-
-
Save brunopulis/00923f54b67f631e2c15a0fd283b36ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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