Thank you very much Marina!
great, makes it faster than local storage
Having a problem saving and retrieving label and value from selectmenu.
To save value I have this, it works the value is in localstorage
to set the value I have this, don't know why it doesn't work
for the label I have
codevar curent_item =
Appery("chickenpizzaselectmenu").find("option:selected").text();
localStorage.setItem("curent_item", curent_item);/code
and to get I have
codeAppery("orderlabel").text(localStorage.getItem("curent_item"));/code
here is the localstorage, label doesn't show, and neither property will set
here is the order of the actions, unsure what i have done wrong?