hello,
i need some help here.
I now how basic local storage works but i need it a bit more complex.
I have like "my wish list or shopping chart" functionality where user drag n drop his items (like inventory) but items have expire date.
so heres the question:
how can i set my local storage to store selected items and remove/delete expired ones (pass certain date)?
i have plugind DATE (i think its from rex or R0j0) and it works ok but i dont know how to create and maintain storage it self?
how to fill back the deleted blanks?
like
item1=XXX
item2=yyy
item3=qqq
now item 2 expires and gets deleted...
how to recreate again item2 with new value
item2=www
when needed and not create new
item4=www
(hope you get my point)
Any tips?