Guest User

Untitled

a guest
Sep 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $ ->
  2. $.ajax
  3. url:"/member/#{Squarespace.Constants.AUTHENTICATED_USER_LOGIN}"
  4. success: (data) ->
  5. email = $(data).find('#email').val()
  6. console.log(email)
  7. # do something more interesting
Add Comment
Please, Sign In to add comment