saren86

Untitled

Apr 5th, 2019
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function getBasketData(obj){
  2. var data = obj.find('.productslist_product_quantity');
  3. var product = data.find('input["name=product[*]"]')
  4. }
  5.  
  6.  
  7. $.ajax({
  8.     type: "POST",
  9.     url: "/basketchange.php",
  10.     data: "product=14812&size=uniw&number=1&mode=1",
  11.     dataType: "JSON",
  12.     success: function (response) {
  13.         console.log(json);
  14.     }
  15. });
  16.  
  17. //"product=14812&size=uniw&number=1&mode=1"
Advertisement
Add Comment
Please, Sign In to add comment