Posts by Eduardo Lira • 1 point
1 post
-
0
votes2
answers132
viewsA: My value is replaced in Localstorage
You can store a json object in localstorage. If you are using jquery, you can apply JSON.stringfy(obj) and store the object verbatim. var objs = { list: [] }; $(document).ready(function () {…