Advertisement
Yash_cirkle

Untitled

Feb 27th, 2023
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.20 KB | Source Code | 0 0
  1. $.ajax({
  2.       type: "POST",
  3.       url: "/cart/add.js",
  4.       data: {
  5.         items: viewData["items"],
  6.       },
  7.       dataType: "json",
  8.     }).done(function (item) {
  9.       redirectFun();
  10.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement