G
G
gotohell2016-12-21 15:56:40
JavaScript
gotohell, 2016-12-21 15:56:40

Cookie cart?

There is a shopping cart on the site, goods are added there. When I reload the page, the items in the cart disappear. Whatever disappears I try to use cookies. This script does not react at all, the console is silent!
I am using jquery.cookie.js plugin

var korzina = $(".korzina-fixed").html();
$.cookie("nazvanie_cookie", korzina, {expires: 1,path: '/',domain: 'domain.com',});

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rafael™, 2016-12-21
@maxminimus

cookies are the last century
, they are not needed at all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question