Guest User

Untitled

a guest
Oct 15th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. $ ->
  3. $("a#foo").click (e) ->
  4. $.ajax "api/v1/foo",
  5. username: "foo",
  6. password: "bar",
  7. error: (xhr, status, error) -> alert 'foo error'
  8. success: (data, status, xhr) -> alert 'foo done'
Add Comment
Please, Sign In to add comment