@andyshah
PHP mostly
Work fulltime and focusing on two small startup partnerships at the same.
teaming up to take exciting projects far
No blogs yet.
I build an array of objects in Javascript then store that in LocalStorage. I want to now rebuild that when the user returns. So to start with: var cartItems = {}; var items = [] cartItems.items = items; I push, update as and when required. So I end u...
I am trying to store cart data in localstorage, I am starting out so I want to store all the products in localstorage using store.js I want to store the name, price and quantity of each added item to the cart. Here's what I am doing so far: $('.pro...