Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $.ajax({
  2. url: self.options.link,
  3. data: {product_id: product, form_key: formKey, email: emailId, mobile: mobNo}
  4.  
  5. $.ajax({
  6. url: self.options.link,
  7. data: JSON.stringify({product_id: product, form_key: formKey, email: emailId, mobile: mobNo})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement