Page 1 of 1

find records in local storage. (I know how to retreive the data from the record)

Posted: Fri Mar 08, 2013 7:42 am
by Eric Brouwer

Can I find the record name which are stored in the local storage? I need to find almost matching record, those records are from the same customer. only the last to digits are different and i need to display them.


find records in local storage. (I know how to retreive the data from the record)

Posted: Fri Mar 08, 2013 5:36 pm
by maxkatz

All local storage API is here: https://developer.mozilla.org/en-US/d...

You can also iterate over local storage data:
http://stackoverflow.com/questions/31...


find records in local storage. (I know how to retreive the data from the record)

Posted: Wed Mar 20, 2013 9:48 am
by Eric Brouwer

Do I understand correct that every item stored in local storage have a key?
If that is the case then I can code the solution


find records in local storage. (I know how to retreive the data from the record)

Posted: Wed Mar 20, 2013 11:43 am
by Kateryna Grynko

Hi Eric,

Yes, each localStorage variable is stored with the key.