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.
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.
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...
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
Hi Eric,
Yes, each localStorage variable is stored with the key.