Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 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.  
  6. $.ajax({
  7. url: self.options.link,
  8. data: JSON.stringify({product_id: product, form_key: formKey, email: emailId, mobile: mobNo})
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement