Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.ajax({
- type: "POST",
- url: "/cart/add.js",
- data: {
- items: viewData["items"],
- },
- dataType: "json",
- }).done(function (item) {
- redirectFun();
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement