Help: Localstorage in HTML :(

hey

i don’t have any background about " Localstorage ) in HTML5

so my q is that : if i have a code that can create Table with some items depending in user input
and i wanna use Localstorage to retrieval that pervious table

are there any websites or lessons about this function plz ?

:frowning:
:cry:

Mozilla have a nice and simple overview of how to use localStorage https://developer.mozilla.org/en/DOM/Storage

NOTE: localStorage only works in IE8+ and modern browsers so you will need to ensure all of your audience supports it otherwise you will need to use a cookie fallback.

You can also check on w3schools for information: http://www.w3schools.com/html5/html5_webstorage.asp
I hope it helps