Here I share my experience.
$.cookie("basket-data", JSON.stringify({ name: "John", surname: "Smith" })); //from json object to string
JSON.parse($.cookie("basket-data")); //from string to json object
Комментариев нет:
Отправить комментарий