Guest User

Untitled

a guest
Apr 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. getData: function () {
  2. new Request.JSON({
  3. url: '/_service/projectplaner.asp',
  4. onComplete: function (json, text) {
  5. console.log(json); // null
  6. console.log(text); // '{"apple":"red","lemon":"yellow"}'
  7. }
  8. }).send();
  9. }
Add Comment
Please, Sign In to add comment