Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Walker Lewis
  2. Dalia Aguilar
  3. Meghan Ford
  4. Theresa Hughes
  5. Kenna Coffey
  6. Kendra Ho
  7.  
  8. $.ajax({
  9. url: "/api/generate/99",
  10. success: function( result ) {
  11. console.log(result.data)
  12. }})
  13.  
  14. $.ajax({
  15. url: "/api/generate/99",
  16. success: function( result ) {
  17. var data = result.data;
  18. // data is now passed about the script, but debugging at the line above shows that data has already started to vary on a request by request basis
  19.  
  20. Walker Lewis
  21. Dalia Aguilar
  22. Meghan Ford
  23. Theresa Hughes
  24. Kenna Coffey
  25. Kendra Ho
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement