Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //build client app here. The client app should be able to submit JSON data to server, receive a response containing a CSV formatted result
  2. var onSubmitForm = function() {
  3.     //AJAX post request goes here.
  4.     console.log("test");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement