Guest User

Untitled

a guest
Feb 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. dataType: 'json',
  2. cache : false,
  3. type: "POST",
  4. url: "consult",
  5. data: {"id": id },
  6. success: function(data) {
  7. console.log("data", data);
  8. $("#consultaButton").attr("disabled", false);
  9. var codeType = jsonata('$[0].data.code').evaluate(data);
Add Comment
Please, Sign In to add comment